COLOR #36429B

HEX: #36429B
RGB: (54,66,155)

Color info

#36429B contains mainly blue color. Web safe color of #36429B is #333399 (or #339).

RGB color model

#36429B color RGB value is (54,66,155).

  • red value is 54;
  • green value is 66;
  • blue value is 155.
RGB:
(54,66,155)
(21%,26%,61%)

RGB channels and saturation

R 54 of 255 = 21%
G 66 of 255 = 26%
B 155 of 255 = 61%

54
66
155

R + G + B ~ 36%. #36429B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 66 + 155 = 275 (100%)
R 54 of 275 ~ 19.64%
G 66 of 275 ~ 24%
B 155 of 275 ~ 56.36%

%19.64
%24
%56.36

CMYK color model

#36429B color CMYK value is (65,57,0,39).

  • cyan value is 65.16%
  • magenta value is 57.42%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(65,57,0,39)
C65M57Y0K39 
(65%,57%,0%,39%)
(0.65/0.57/0.00/0.39)	

CMYK percentages

%65.16
%57.42
%0
%39.22

Codes

Color #36429B in popluar color models

36429B
RGB5466155
HSL233°48.33%40.98%
HSB/HSV233°65.16%60.78%
CMYK65.16%57.42%0.00%
39.22%

Color #36429B in popluar number systems.

HEX36429B
Decimal5466155
Binary110110100001010011011
Octal66102233

Shades and tints

Shades of #36429B

#36429B
(54,66,155)
#323C8D
(50,60,141)
#2E367F
(46,54,127)
#2A3071
(42,48,113)
#262A63
(38,42,99)
#222455
(34,36,85)
#1E1E47
(30,30,71)
#1A1839
(26,24,57)
#16122B
(22,18,43)
#120C1D
(18,12,29)
#0E060F
(14,6,15)
#000000
(0,0,0)

Tints of #36429B

#36429B
(54,66,155)
#4853A4
(72,83,164)
#5A64AD
(90,100,173)
#6C75B6
(108,117,182)
#7E86BF
(126,134,191)
#9097C8
(144,151,200)
#A2A8D1
(162,168,209)
#B4B9DA
(180,185,218)
#C6CAE3
(198,202,227)
#D8DBEC
(216,219,236)
#EAECF5
(234,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #36429B color. Also use rgb(54,66,155) instead hex code.

Text Font Color

.myTextColor { color: #36429B; }

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

This text font color is #36429B.


Background Color

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

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

This div background color is #36429B.


Border color

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

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

This div border color is #36429B.


Opacity

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

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

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

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

This text has shadow with #36429B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #36429B on black background.


Color preview on white background

This text has color #36429B on white background.



Black color preview on #36429B background

This text has black color on #36429B background.


White color preview on #36429B background

This text has white color on #36429B background.