#212795

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

Shades of Egyptian Blue #212795

Tints of Egyptian Blue #212795

Color information

#212795 (or 0x212795) is unknown color: approx Egyptian Blue. HEX triplet: 21, 27 and 95. RGB value is (33,39,149). Sum of RGB (Red+Green+Blue) = 33+39+149=221 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.93% from 221); Green value is 39 (15.62% from 255 or 17.65% from 221); Blue value is 149 (58.59% from 255 or 67.42% from 221); Max value from RGB is 149 - color contains mainly: blue. Hex color #212795 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212795 is #DED86A. Grayscale: #313131. Windows color (decimal): -14604395 or 9774881. OLE color: 9774881.

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

Color convert

RGB3339149-
CMYK0.780.7400.42
HSL236.9º63.74%35.69%-
HSV(B)236.9º77.85%58.43%-
XYZ6.783.9428.84-
YUV49.75184.01116.06-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.93%
GREEN value IS 39 (15.62% from 255) = 17.65%
BLUE value IS 149 (58.59% from 255) = 67.42%
R=14.93%
G=17.65%
B=67.42%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal33391490.780.7400.42236.963.7435.69
Hex2127954E4A02Aed4024
Octal414722511611205235510044
Binary10000110011110010101100111010010100101010111011011000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212795; }

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

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

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

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

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

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

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

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