COLOR #35097B

HEX: #35097B RGB: (53,9,123)

Color info

#35097B contains mainly blue color. Web safe color of #35097B is #330066 (or #306).

RGB color model

#35097B color RGB value is (53,9,123).

RGB: (53,9,123) (21%, 4%, 48%)

RGB channels and saturation

R 53 of 255 = 21%
G 9 of 255 = 4%
B 123 of 255 = 48%

53
9
123

R + G + B ~ 24%. #35097B is dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 9 + 123 = 185 (100%)
R 53 of 185 ~ 28.65%
G 9 of 185 ~ 4.86%
B 123 of 185 ~ 66.49'%

%28.65
%66.49

CMYK color model

#35097B color CMYK value is (57,93,0,52).

  • cyan value is 56.91%
  • magenta value is 92.68%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (57,93,0,52)
C57M93Y0K52 (57%, 93%, 0%, 52%)
(0.57 / 0.93 / 0.00 / 0.52)

CMYK percentages

%56.91
%92.68
%0
%51.76

Codes

Color #35097B in popluar color models

35 09 7B
RGB 53 9 123
HSL 263° 86.36% 25.88%
HSB/HSV 263° 92.68% 48.24%
CMYK 56.91% 92.68% 0.00%
51.76%

Color #35097B in popluar number systems.

HEX 35 09 7B
Decimal 53 9 123
Binary 110101 1001 1111011
Octal 65 11 173

Shades and tints

Shades of #35097B

#35097B
(53,9,123)
#310970
(49,9,112)
#2D0965
(45,9,101)
#29095A
(41,9,90)
#25094F
(37,9,79)
#210944
(33,9,68)
#1D0939
(29,9,57)
#19092E
(25,9,46)
#150923
(21,9,35)
#110918
(17,9,24)
#0D090D
(13,9,13)
#000000
(0,0,0)

Tints of #35097B

#35097B
(53,9,123)
#471F87
(71,31,135)
#593593
(89,53,147)
#6B4B9F
(107,75,159)
#7D61AB
(125,97,171)
#8F77B7
(143,119,183)
#A18DC3
(161,141,195)
#B3A3CF
(179,163,207)
#C5B9DB
(197,185,219)
#D7CFE7
(215,207,231)
#E9E5F3
(233,229,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35097B color. Also use rgb(53,9,123) instead hex code.

Text Font Color

.myTextColor { color: #35097B; }

<p style="color:#35097B">This sample text font color is #35097B.</p>

This text font color is #35097B.

Background Color

.myBgColor { background-color: #35097B; }

<div style="background-color:#35097B">Inner text</div>

This div background color is #35097B.

Border color

.myBorderColor { border: 1px solid #35097B; }

<div style="border:3px solid #35097B">Div</div>

This div border color is #35097B.

Opacity

.myOpacity80 { color: #35097B; opacity: 0.8; }

<p style="color:#35097B;opacity:0.8;">80%</p>

Text with #35097B color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #35097B;}

<p style="text-shadow: 3px 3px 1px #35097B">Text here.</p>

This text has shadow with #35097B color.


.textShadow {text-shadow: 3px 3px 1px #35097B', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #35097B, 5px 5px 20px red">Text here.</p>

This text has shadow with #35097B primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#35097B, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#35097B, Direction=45, Strength=4)">Text</p>

This text has shadow with #35097B and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #35097B;
-webkit-box-shadow: 1px 1px 3px 2px #35097B;
box-shadow: 1px 1px 3px 2px #35097B;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #35097B; -webkit-box-shadow: 1px 1px 3px 2px #35097B; box-shadow:1px 1px 3px 2px #35097B;">
Div content here
</div>

This div box has shadow with color #35097B.

Preview

Color preview on black background

This text has color #35097B on black background.


Color preview on white background

This text has color #35097B on white background.


Black color preview on #35097B background

This text has black color on #35097B background.


White color preview on #35097B background

This text has white color on #35097B background.


Related colors

Complementary color

Complementary color for #hex is #CAF684.


I love getcolorcode.com

Triadic colors

1 #7B3509 and #097B35 with #35097B are triadic colors.

2 #7B0935 and #09357B with #35097B are triadic colors.