Html Css Color HEX #213796 Egyptian Blue

📋 copy color: '#213796'

red 33 ◦ green 55 ◦ blue 150

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

Shades of Egyptian Blue #213796

Tints of Egyptian Blue #213796

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.11%

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

R = 13.87%
G = 23.11%
B = 63.03%

CMYK

 C value IS 0.78

 M value IS 0.63

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#213796 (or 0x213796) is known color: Egyptian Blue. HEX triplet: 21, 37 and 96. RGB value is (33,55,150). Sum of RGB (Red+Green+Blue) = 33+55+150=238 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.87% from 238); Green value is 55 (21.88% from 255 or 23.11% from 238); Blue value is 150 (58.98% from 255 or 63.03% from 238); Max value from RGB is 150 - color contains mainly: blue. Hex color #213796 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213796 is #DEC869. Grayscale: #3A3A3A. Windows color (decimal): -14600298 or 9844513. OLE color: 9844513.

HSL color Cylindrical-coordinate representation of color #213796: hue angle of 228.72º 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 #213796 is Cyan = 0.78, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 33 55 150 -
CMYK 0.78 0.63 0 0.41
HSL 228.72º 0.64% 0.36% -
HSV(B) 228.72º 0.78% 0.59% -
XYZ 7.5 5.26 29.47 -
YUV 59.25 179.21 109.28 -
System Red Green Blue C M Y K H S L
Decimal 33 55 150 0.78 0.63 0 0.41 228.72 0.64 0.36
Hex 21 37 96 4E 3F 0 29 E5 40 24
Octal 41 67 226 116 77 0 51 345 100 44
Binary 100001 110111 10010110 1001110 111111 0 101001 11100101 1000000 100100

Color Harmonies of #213796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213796

Black with #213796

Text Example


Text Example

White with #213796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213796; }

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

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

background-color css

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

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

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

border-color css

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

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

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