Html Css Color HEX #213995 Egyptian Blue

📋 copy color: '#213995'

red 33 ◦ green 57 ◦ blue 149

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

Shades of Egyptian Blue #213995

Tints of Egyptian Blue #213995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 62.34%

R = 13.81%
G = 23.85%
B = 62.34%

CMYK

 C value IS 0.78

 M value IS 0.62

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#213995 (or 0x213995) is known color: Egyptian Blue. HEX triplet: 21, 39 and 95. RGB value is (33,57,149). Sum of RGB (Red+Green+Blue) = 33+57+149=239 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.81% from 239); Green value is 57 (22.66% from 255 or 23.85% from 239); Blue value is 149 (58.59% from 255 or 62.34% from 239); Max value from RGB is 149 - color contains mainly: blue. Hex color #213995 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213995 is #DEC66A. Grayscale: #3B3B3B. Windows color (decimal): -14599787 or 9779489. OLE color: 9779489.

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

Color convert

RGB 33 57 149 -
CMYK 0.78 0.62 0 0.42
HSL 227.59º 0.64% 0.36% -
HSV(B) 227.59º 0.78% 0.58% -
XYZ 7.52 5.42 29.08 -
YUV 60.31 178.05 108.52 -
System Red Green Blue C M Y K H S L
Decimal 33 57 149 0.78 0.62 0 0.42 227.59 0.64 0.36
Hex 21 39 95 4E 3E 0 2A E4 40 24
Octal 41 71 225 116 76 0 52 344 100 44
Binary 100001 111001 10010101 1001110 111110 0 101010 11100100 1000000 100100

Color Harmonies of #213995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213995

Black with #213995

Text Example


Text Example

White with #213995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213995; }

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

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

background-color css

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

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

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

border-color css

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

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

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