#212F95

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

Shades of Egyptian Blue #212F95

Tints of Egyptian Blue #212F95

Color information

#212F95 (or 0x212F95) is unknown color: approx Egyptian Blue. HEX triplet: 21, 2F and 95. RGB value is (33,47,149). Sum of RGB (Red+Green+Blue) = 33+47+149=229 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.41% from 229); Green value is 47 (18.75% from 255 or 20.52% from 229); Blue value is 149 (58.59% from 255 or 65.07% from 229); Max value from RGB is 149 - color contains mainly: blue. Hex color #212F95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212F95 is #DED06A. Grayscale: #363636. Windows color (decimal): -14602347 or 9776929. OLE color: 9776929.

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

Color convert

RGB3347149-
CMYK0.780.6800.42
HSL232.76º63.74%35.69%-
HSV(B)232.76º77.85%58.43%-
XYZ7.074.5328.93-
YUV54.44181.36112.71-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.41%
GREEN value IS 47 (18.75% from 255) = 20.52%
BLUE value IS 149 (58.59% from 255) = 65.07%
R=14.41%
G=20.52%
B=65.07%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal33471490.780.6800.42232.7663.7435.69
Hex212F954E4402Ae94024
Octal415722511610405235110044
Binary10000110111110010101100111010001000101010111010011000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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