Html Css Color HEX #213196 Egyptian Blue

📋 copy color: '#213196'

red 33 ◦ green 49 ◦ blue 150

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

Shades of Egyptian Blue #213196

Tints of Egyptian Blue #213196

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.12%

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

R = 14.22%
G = 21.12%
B = 64.66%

CMYK

 C value IS 0.78

 M value IS 0.67

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#213196 (or 0x213196) is known color: Egyptian Blue. HEX triplet: 21, 31 and 96. RGB value is (33,49,150). Sum of RGB (Red+Green+Blue) = 33+49+150=232 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.22% from 232); Green value is 49 (19.53% from 255 or 21.12% from 232); Blue value is 150 (58.98% from 255 or 64.66% from 232); Max value from RGB is 150 - color contains mainly: blue. Hex color #213196 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213196 is #DECE69. Grayscale: #373737. Windows color (decimal): -14601834 or 9842977. OLE color: 9842977.

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

Color convert

RGB 33 49 150 -
CMYK 0.78 0.67 0 0.41
HSL 231.79º 0.64% 0.36% -
HSV(B) 231.79º 0.78% 0.59% -
XYZ 7.23 4.72 29.38 -
YUV 55.73 181.2 111.79 -
System Red Green Blue C M Y K H S L
Decimal 33 49 150 0.78 0.67 0 0.41 231.79 0.64 0.36
Hex 21 31 96 4E 43 0 29 E8 40 24
Octal 41 61 226 116 103 0 51 350 100 44
Binary 100001 110001 10010110 1001110 1000011 0 101001 11101000 1000000 100100

Color Harmonies of #213196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213196

Black with #213196

Text Example


Text Example

White with #213196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213196; }

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

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

background-color css

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

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

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

border-color css

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

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

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