Html Css Color HEX #213896 Egyptian Blue

📋 copy color: '#213896'

red 33 ◦ green 56 ◦ blue 150

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

Shades of Egyptian Blue #213896

Tints of Egyptian Blue #213896

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.43%

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

R = 13.81%
G = 23.43%
B = 62.76%

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

#213896 (or 0x213896) is known color: Egyptian Blue. HEX triplet: 21, 38 and 96. RGB value is (33,56,150). Sum of RGB (Red+Green+Blue) = 33+56+150=239 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.81% from 239); Green value is 56 (22.27% from 255 or 23.43% from 239); Blue value is 150 (58.98% from 255 or 62.76% from 239); Max value from RGB is 150 - color contains mainly: blue. Hex color #213896 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213896 is #DEC769. Grayscale: #3B3B3B. Windows color (decimal): -14600042 or 9844769. OLE color: 9844769.

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

Color convert

RGB 33 56 150 -
CMYK 0.78 0.63 0 0.41
HSL 228.21º 0.64% 0.36% -
HSV(B) 228.21º 0.78% 0.59% -
XYZ 7.55 5.35 29.49 -
YUV 59.84 178.88 108.86 -
System Red Green Blue C M Y K H S L
Decimal 33 56 150 0.78 0.63 0 0.41 228.21 0.64 0.36
Hex 21 38 96 4E 3F 0 29 E4 40 24
Octal 41 70 226 116 77 0 51 344 100 44
Binary 100001 111000 10010110 1001110 111111 0 101001 11100100 1000000 100100

Color Harmonies of #213896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213896

Black with #213896

Text Example


Text Example

White with #213896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213896; }

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

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

background-color css

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

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

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

border-color css

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

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

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