COLOR #35377B

HEX: #35377B RGB: (53,55,123)

Color info

#35377B contains mainly blue color. Web safe color of #35377B is #333366 (or #336).

RGB color model

#35377B color RGB value is (53,55,123).

RGB: (53,55,123) (21%, 22%, 48%)

RGB channels and saturation

R 53 of 255 = 21%
G 55 of 255 = 22%
B 123 of 255 = 48%

53
55
123

R + G + B ~ 30%. #35377B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 55 + 123 = 231 (100%)
R 53 of 231 ~ 22.94%
G 55 of 231 ~ 23.81%
B 123 of 231 ~ 53.25'%

%22.94
%23.81
%53.25

CMYK color model

#35377B color CMYK value is (57,55,0,52).

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

CMYK: (57,55,0,52)
C57M55Y0K52 (57%, 55%, 0%, 52%)
(0.57 / 0.55 / 0.00 / 0.52)

CMYK percentages

%56.91
%55.28
%0
%51.76

Codes

Color #35377B in popluar color models

35 37 7B
RGB 53 55 123
HSL 238° 39.77% 34.51%
HSB/HSV 238° 56.91% 48.24%
CMYK 56.91% 55.28% 0.00%
51.76%

Color #35377B in popluar number systems.

HEX 35 37 7B
Decimal 53 55 123
Binary 110101 110111 1111011
Octal 65 67 173

Shades and tints

Shades of #35377B

#35377B
(53,55,123)
#313270
(49,50,112)
#2D2D65
(45,45,101)
#29285A
(41,40,90)
#25234F
(37,35,79)
#211E44
(33,30,68)
#1D1939
(29,25,57)
#19142E
(25,20,46)
#150F23
(21,15,35)
#110A18
(17,10,24)
#0D050D
(13,5,13)
#000000
(0,0,0)

Tints of #35377B

#35377B
(53,55,123)
#474987
(71,73,135)
#595B93
(89,91,147)
#6B6D9F
(107,109,159)
#7D7FAB
(125,127,171)
#8F91B7
(143,145,183)
#A1A3C3
(161,163,195)
#B3B5CF
(179,181,207)
#C5C7DB
(197,199,219)
#D7D9E7
(215,217,231)
#E9EBF3
(233,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #35377B; }

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

This text font color is #35377B.

Background Color

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

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

This div background color is #35377B.

Border color

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

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

This div border color is #35377B.

Opacity

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

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

Text with #35377B 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 #35377B;}

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

This text has shadow with #35377B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #35377B.

Preview

Color preview on black background

This text has color #35377B on black background.


Color preview on white background

This text has color #35377B on white background.


Black color preview on #35377B background

This text has black color on #35377B background.


White color preview on #35377B background

This text has white color on #35377B background.


Related colors

Complementary color

Complementary color for #hex is #CAC884.


I love getcolorcode.com

Triadic colors

1 #7B3537 and #377B35 with #35377B are triadic colors.

2 #7B3735 and #37357B with #35377B are triadic colors.