COLOR #434D90

HEX: #434D90
RGB: (67,77,144)

Color info

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

RGB color model

#434D90 color RGB value is (67,77,144).

  • red value is 67;
  • green value is 77;
  • blue value is 144.
RGB:
(67,77,144)
(26%,30%,56%)

RGB channels and saturation

R 67 of 255 = 26%
G 77 of 255 = 30%
B 144 of 255 = 56%

67
77
144

R + G + B ~ 37%. #434D90 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
67 + 77 + 144 = 288 (100%)
R 67 of 288 ~ 23.26%
G 77 of 288 ~ 26.74%
B 144 of 288 ~ 50%

%23.26
%26.74
%50

CMYK color model

#434D90 color CMYK value is (53,47,0,44).

  • cyan value is 53.47%
  • magenta value is 46.53%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(53,47,0,44)
C53M47Y0K44 
(53%,47%,0%,44%)
(0.53/0.47/0.00/0.44)	

CMYK percentages

%53.47
%46.53
%0
%43.53

Codes

Color #434D90 in popluar color models

434D90
RGB6777144
HSL232°36.49%41.37%
HSB/HSV232°53.47%56.47%
CMYK53.47%46.53%0.00%
43.53%

Color #434D90 in popluar number systems.

HEX434D90
Decimal6777144
Binary1000011100110110010000
Octal103115220

Shades and tints

Shades of #434D90

#434D90
(67,77,144)
#3D4683
(61,70,131)
#373F76
(55,63,118)
#313869
(49,56,105)
#2B315C
(43,49,92)
#252A4F
(37,42,79)
#1F2342
(31,35,66)
#191C35
(25,28,53)
#131528
(19,21,40)
#0D0E1B
(13,14,27)
#07070E
(7,7,14)
#000000
(0,0,0)

Tints of #434D90

#434D90
(67,77,144)
#545D9A
(84,93,154)
#656DA4
(101,109,164)
#767DAE
(118,125,174)
#878DB8
(135,141,184)
#989DC2
(152,157,194)
#A9ADCC
(169,173,204)
#BABDD6
(186,189,214)
#CBCDE0
(203,205,224)
#DCDDEA
(220,221,234)
#EDEDF4
(237,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #434D90 color. Also use rgb(67,77,144) instead hex code.

Text Font Color

.myTextColor { color: #434D90; }

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

This text font color is #434D90.


Background Color

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

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

This div background color is #434D90.


Border color

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

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

This div border color is #434D90.


Opacity

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

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

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

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

This text has shadow with #434D90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #434D90 on black background.


Color preview on white background

This text has color #434D90 on white background.



Black color preview on #434D90 background

This text has black color on #434D90 background.


White color preview on #434D90 background

This text has white color on #434D90 background.