Html Css Color HEX #213391 Egyptian Blue

📋 copy color: '#213391'

red 33 ◦ green 51 ◦ blue 145

#213391
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Egyptian Blue #213391

Tints of Egyptian Blue #213391

RGB

 RED value IS 33 (13.28% from 255) = 14.41%

 GREEN value IS 51 (20.31% from 255) = 22.27%

 BLUE value IS 145 (57.03% from 255) = 63.32%

R = 14.41%
G = 22.27%
B = 63.32%

CMYK

 C value IS 0.77

 M value IS 0.65

 Y value IS 0

 K value IS 0.43

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#213391 (or 0x213391) is known color: Egyptian Blue. HEX triplet: 21, 33 and 91. RGB value is (33,51,145). Sum of RGB (Red+Green+Blue) = 33+51+145=229 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.41% from 229); Green value is 51 (20.31% from 255 or 22.27% from 229); Blue value is 145 (57.03% from 255 or 63.32% from 229); Max value from RGB is 145 - color contains mainly: blue. Hex color #213391 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213391 is #DECC6E. Grayscale: #373737. Windows color (decimal): -14601327 or 9515809. OLE color: 9515809.

HSL color Cylindrical-coordinate representation of color #213391: hue angle of 230.36º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #213391 is Cyan = 0.77, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 33 51 145 -
CMYK 0.77 0.65 0 0.43
HSL 230.36º 0.63% 0.35% -
HSV(B) 230.36º 0.77% 0.57% -
XYZ 6.92 4.74 27.34 -
YUV 56.33 178.04 111.36 -
System Red Green Blue C M Y K H S L
Decimal 33 51 145 0.77 0.65 0 0.43 230.36 0.63 0.35
Hex 21 33 91 4D 41 0 2B E6 3F 23
Octal 41 63 221 115 101 0 53 346 77 43
Binary 100001 110011 10010001 1001101 1000001 0 101011 11100110 111111 100011

Color Harmonies of #213391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213391

Black with #213391

Text Example


Text Example

White with #213391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213391; }

 p { color: rgb(33,51,145); }

 H1.HeaderClassName
 {
   color: #213391;
 }
 .AnyTagClassName
 {
   color: #213391;
 }
</style>

background-color css

<style>
 a { background-color: #213391; }

 a { background-color: rgb(33,51,145); }

 div.DivClassName
 {
   background-color: #213391;
 }
 .BgClassName
 {
   background-color: #213391;
 }
</style>

border-color css

<style>
 span { border-color: #213391; }

 span { border-color: rgb(33,51,145); }

 td.TdClassName
 {
   border-color: #213391;
 }
 .TagClassName
 {
   border-color: #213391;
 }
</style>