#212C94

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

Shades of Egyptian Blue #212C94

Tints of Egyptian Blue #212C94

Color information

#212C94 (or 0x212C94) is unknown color: approx Egyptian Blue. HEX triplet: 21, 2C and 94. RGB value is (33,44,148). Sum of RGB (Red+Green+Blue) = 33+44+148=225 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.67% from 225); Green value is 44 (17.58% from 255 or 19.56% from 225); Blue value is 148 (58.20% from 255 or 65.78% from 225); Max value from RGB is 148 - color contains mainly: blue. Hex color #212C94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212C94 is #DED36B. Grayscale: #343434. Windows color (decimal): -14603116 or 9710625. OLE color: 9710625.

HSL color Cylindrical-coordinate representation of color #212C94: hue angle of 234.26º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #212C94 is Cyan = 0.78, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3344148-
CMYK0.780.7000.42
HSL234.26º63.54%35.49%-
HSV(B)234.26º77.7%58.04%-
XYZ6.874.2628.48-
YUV52.57181.86114.04-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.67%
GREEN value IS 44 (17.58% from 255) = 19.56%
BLUE value IS 148 (58.20% from 255) = 65.78%
R=14.67%
G=19.56%
B=65.78%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal33441480.780.7000.42234.2663.5435.49
Hex212C944E4602Aea4023
Octal415422411610605235210043
Binary10000110110010010100100111010001100101010111010101000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212C94; }

 p { color: rgb(33,44,148); }

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

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

 a { background-color: rgb(33,44,148); }

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

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

 span { border-color: rgb(33,44,148); }

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