#213292

Color #213292 Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #213292

Tints of Egyptian Blue #213292

Color information

#213292 (or 0x213292) is unknown color: approx Egyptian Blue. HEX triplet: 21, 32 and 92. RGB value is (33,50,146). Sum of RGB (Red+Green+Blue) = 33+50+146=229 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.41% from 229); Green value is 50 (19.92% from 255 or 21.83% from 229); Blue value is 146 (57.42% from 255 or 63.76% from 229); Max value from RGB is 146 - color contains mainly: blue. Hex color #213292 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213292 is #DECD6D. Grayscale: #373737. Windows color (decimal): -14601582 or 9581089. OLE color: 9581089.

HSL color Cylindrical-coordinate representation of color #213292: hue angle of 230.97º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #213292 is Cyan = 0.77, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3350146-
CMYK0.770.6600.43
HSL230.97º63.13%35.1%-
HSV(B)230.97º77.4%57.25%-
XYZ6.964.6827.73-
YUV55.86178.87111.69-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.41%
GREEN value IS 50 (19.92% from 255) = 21.83%
BLUE value IS 146 (57.42% from 255) = 63.76%
R=14.41%
G=21.83%
B=63.76%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal33501460.770.6600.43230.9763.1335.1
Hex2132924D4202Be73f23
Octal41622221151020533477743
Binary1000011100101001001010011011000010010101111100111111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213292; }

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

 H1.HeaderClassName
 {
   color: #213292;
 }
 .AnyTagClassName
 {
   color: #213292;
 }
</style>
background-color css

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

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

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

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

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

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