#212F9B

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

Shades of Egyptian Blue #212F9B

Tints of Egyptian Blue #212F9B

Color information

#212F9B (or 0x212F9B) is unknown color: approx Egyptian Blue. HEX triplet: 21, 2F and 9B. RGB value is (33,47,155). Sum of RGB (Red+Green+Blue) = 33+47+155=235 (31% of max value = 765). Red value is 33 (13.28% from 255 or 14.04% from 235); Green value is 47 (18.75% from 255 or 20% from 235); Blue value is 155 (60.94% from 255 or 65.96% from 235); Max value from RGB is 155 - color contains mainly: blue. Hex color #212F9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212F9B is #DED064. Grayscale: #363636. Windows color (decimal): -14602341 or 10170145. OLE color: 10170145.

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

Color convert

RGB3347155-
CMYK0.790.7000.39
HSL233.11º64.89%36.86%-
HSV(B)233.11º78.71%60.78%-
XYZ7.564.7231.52-
YUV55.13184.36112.22-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.04%
GREEN value IS 47 (18.75% from 255) = 20%
BLUE value IS 155 (60.94% from 255) = 65.96%
R=14.04%
G=20%
B=65.96%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal33471550.790.7000.39233.1164.8936.86
Hex212F9B4F46027e94125
Octal415723311710604735110145
Binary10000110111110011011100111110001100100111111010011000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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