Html Css Color HEX #213996 Egyptian Blue

📋 copy color: '#213996'

red 33 ◦ green 57 ◦ blue 150

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

Shades of Egyptian Blue #213996

Tints of Egyptian Blue #213996

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.75%

 BLUE value IS 150 (58.98% from 255) = 62.5%

R = 13.75%
G = 23.75%
B = 62.5%

CMYK

 C value IS 0.78

 M value IS 0.62

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#213996 (or 0x213996) is known color: Egyptian Blue. HEX triplet: 21, 39 and 96. RGB value is (33,57,150). Sum of RGB (Red+Green+Blue) = 33+57+150=240 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.75% from 240); Green value is 57 (22.66% from 255 or 23.75% from 240); Blue value is 150 (58.98% from 255 or 62.5% from 240); Max value from RGB is 150 - color contains mainly: blue. Hex color #213996 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213996 is #DEC669. Grayscale: #3C3C3C. Windows color (decimal): -14599786 or 9845025. OLE color: 9845025.

HSL color Cylindrical-coordinate representation of color #213996: hue angle of 227.69º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #213996 is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 33 57 150 -
CMYK 0.78 0.62 0 0.41
HSL 227.69º 0.64% 0.36% -
HSV(B) 227.69º 0.78% 0.59% -
XYZ 7.6 5.45 29.51 -
YUV 60.43 178.55 108.44 -
System Red Green Blue C M Y K H S L
Decimal 33 57 150 0.78 0.62 0 0.41 227.69 0.64 0.36
Hex 21 39 96 4E 3E 0 29 E4 40 24
Octal 41 71 226 116 76 0 51 344 100 44
Binary 100001 111001 10010110 1001110 111110 0 101001 11100100 1000000 100100

Color Harmonies of #213996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213996

Black with #213996

Text Example


Text Example

White with #213996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213996; }

 p { color: rgb(33,57,150); }

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

background-color css

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

 a { background-color: rgb(33,57,150); }

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

border-color css

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

 span { border-color: rgb(33,57,150); }

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