COLOR #434C88

HEX: #434C88 RGB: (67,76,136)

Color info

#434C88 contains mainly blue color. Web safe color of #434C88 is #333399 (or #339).

RGB color model

#434C88 color RGB value is (67,76,136).

RGB: (67,76,136) (26%, 30%, 53%)

RGB channels and saturation

R 67 of 255 = 26%
G 76 of 255 = 30%
B 136 of 255 = 53%

67
76
136

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

Portions of RGB colors in percentages

R + G + B = 67 + 76 + 136 = 279 (100%)
R 67 of 279 ~ 24.01%
G 76 of 279 ~ 27.24%
B 136 of 279 ~ 48.75'%

%24.01
%27.24
%48.75

CMYK color model

#434C88 color CMYK value is (51,44,0,47).

  • cyan value is 50.74%
  • magenta value is 44.12%
  • yellow value is 0.00%
  • key color value is 46.67%

CMYK: (51,44,0,47)
C51M44Y0K47 (51%, 44%, 0%, 47%)
(0.51 / 0.44 / 0.00 / 0.47)

CMYK percentages

%50.74
%44.12
%0
%46.67

Codes

Color #434C88 in popluar color models

43 4C 88
RGB 67 76 136
HSL 232° 33.99% 39.80%
HSB/HSV 232° 50.74% 53.33%
CMYK 50.74% 44.12% 0.00%
46.67%

Color #434C88 in popluar number systems.

HEX 43 4C 88
Decimal 67 76 136
Binary 1000011 1001100 10001000
Octal 103 114 210

Shades and tints

Shades of #434C88

#434C88
(67,76,136)
#3D467C
(61,70,124)
#374070
(55,64,112)
#313A64
(49,58,100)
#2B3458
(43,52,88)
#252E4C
(37,46,76)
#1F2840
(31,40,64)
#192234
(25,34,52)
#131C28
(19,28,40)
#0D161C
(13,22,28)
#071010
(7,16,16)
#000000
(0,0,0)

Tints of #434C88

#434C88
(67,76,136)
#545C92
(84,92,146)
#656C9C
(101,108,156)
#767CA6
(118,124,166)
#878CB0
(135,140,176)
#989CBA
(152,156,186)
#A9ACC4
(169,172,196)
#BABCCE
(186,188,206)
#CBCCD8
(203,204,216)
#DCDCE2
(220,220,226)
#EDECEC
(237,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #434C88 color. Also use rgb(67,76,136) instead hex code.

Text Font Color

.myTextColor { color: #434C88; }

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

This text font color is #434C88.

Background Color

.myBgColor { background-color: #434C88; }

<div style="background-color:#434C88">Inner text</div>

This div background color is #434C88.

Border color

.myBorderColor { border: 1px solid #434C88; }

<div style="border:3px solid #434C88">Div</div>

This div border color is #434C88.

Opacity

.myOpacity80 { color: #434C88; opacity: 0.8; }

<p style="color:#434C88;opacity:0.8;">80%</p>

Text with #434C88 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 #434C88;}

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

This text has shadow with #434C88 color.


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

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

This text has shadow with #434C88 primary color and red secondary color.


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

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

This text has shadow with #434C88 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #434C88.

Preview

Color preview on black background

This text has color #434C88 on black background.


Color preview on white background

This text has color #434C88 on white background.


Black color preview on #434C88 background

This text has black color on #434C88 background.


White color preview on #434C88 background

This text has white color on #434C88 background.


Related colors

Complementary color

Complementary color for #hex is #BCB377.


I love getcolorcode.com

Triadic colors

1 #88434C and #4C8843 with #434C88 are triadic colors.

2 #884C43 and #4C4388 with #434C88 are triadic colors.