#212F96

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

Shades of Egyptian Blue #212F96

Tints of Egyptian Blue #212F96

Color information

#212F96 (or 0x212F96) is unknown color: approx Egyptian Blue. HEX triplet: 21, 2F and 96. RGB value is (33,47,150). Sum of RGB (Red+Green+Blue) = 33+47+150=230 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.35% from 230); Green value is 47 (18.75% from 255 or 20.43% from 230); Blue value is 150 (58.98% from 255 or 65.22% from 230); Max value from RGB is 150 - color contains mainly: blue. Hex color #212F96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212F96 is #DED069. Grayscale: #363636. Windows color (decimal): -14602346 or 9842465. OLE color: 9842465.

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

Color convert

RGB3347150-
CMYK0.780.6900.41
HSL232.82º63.93%35.88%-
HSV(B)232.82º78%58.82%-
XYZ7.154.5629.36-
YUV54.56181.86112.62-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.35%
GREEN value IS 47 (18.75% from 255) = 20.43%
BLUE value IS 150 (58.98% from 255) = 65.22%
R=14.35%
G=20.43%
B=65.22%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal33471500.780.6900.41232.8263.9335.88
Hex212F964E45029e94024
Octal415722611610505135110044
Binary10000110111110010110100111010001010101001111010011000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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