#212F9E

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

Shades of Egyptian Blue #212F9E

Tints of Egyptian Blue #212F9E

Color information

#212F9E (or 0x212F9E) is unknown color: approx Egyptian Blue. HEX triplet: 21, 2F and 9E. RGB value is (33,47,158). Sum of RGB (Red+Green+Blue) = 33+47+158=238 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.87% from 238); Green value is 47 (18.75% from 255 or 19.75% from 238); Blue value is 158 (62.11% from 255 or 66.39% from 238); Max value from RGB is 158 - color contains mainly: blue. Hex color #212F9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212F9E is #DED061. Grayscale: #373737. Windows color (decimal): -14602338 or 10366753. OLE color: 10366753.

HSL color Cylindrical-coordinate representation of color #212F9E: hue angle of 233.28º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #212F9E is Cyan = 0.79, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3347158-
CMYK0.790.7000.38
HSL233.28º65.45%37.45%-
HSV(B)233.28º79.11%61.96%-
XYZ7.824.8232.87-
YUV55.47185.86111.97-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.87%
GREEN value IS 47 (18.75% from 255) = 19.75%
BLUE value IS 158 (62.11% from 255) = 66.39%
R=13.87%
G=19.75%
B=66.39%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal33471580.790.7000.38233.2865.4537.45
Hex212F9E4F46026e94125
Octal415723611710604635110145
Binary10000110111110011110100111110001100100110111010011000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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