Html Css Color HEX #213295 Egyptian Blue

📋 copy color: '#213295'

red 33 ◦ green 50 ◦ blue 149

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

Shades of Egyptian Blue #213295

Tints of Egyptian Blue #213295

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.55%

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

R = 14.22%
G = 21.55%
B = 64.22%

CMYK

 C value IS 0.78

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#213295 (or 0x213295) is known color: Egyptian Blue. HEX triplet: 21, 32 and 95. RGB value is (33,50,149). Sum of RGB (Red+Green+Blue) = 33+50+149=232 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.22% from 232); Green value is 50 (19.92% from 255 or 21.55% from 232); Blue value is 149 (58.59% from 255 or 64.22% from 232); Max value from RGB is 149 - color contains mainly: blue. Hex color #213295 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213295 is #DECD6A. Grayscale: #373737. Windows color (decimal): -14601579 or 9777697. OLE color: 9777697.

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

Color convert

RGB 33 50 149 -
CMYK 0.78 0.66 0 0.42
HSL 231.21º 0.64% 0.36% -
HSV(B) 231.21º 0.78% 0.58% -
XYZ 7.19 4.77 28.98 -
YUV 56.2 180.37 111.45 -
System Red Green Blue C M Y K H S L
Decimal 33 50 149 0.78 0.66 0 0.42 231.21 0.64 0.36
Hex 21 32 95 4E 42 0 2A E7 40 24
Octal 41 62 225 116 102 0 52 347 100 44
Binary 100001 110010 10010101 1001110 1000010 0 101010 11100111 1000000 100100

Color Harmonies of #213295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213295

Black with #213295

Text Example


Text Example

White with #213295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213295; }

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

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

background-color css

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

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

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

border-color css

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

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

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