#212F90

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

Shades of Egyptian Blue #212F90

Tints of Egyptian Blue #212F90

Color information

#212F90 (or 0x212F90) is unknown color: approx Egyptian Blue. HEX triplet: 21, 2F and 90. RGB value is (33,47,144). Sum of RGB (Red+Green+Blue) = 33+47+144=224 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.73% from 224); Green value is 47 (18.75% from 255 or 20.98% from 224); Blue value is 144 (56.64% from 255 or 64.29% from 224); Max value from RGB is 144 - color contains mainly: blue. Hex color #212F90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212F90 is #DED06F. Grayscale: #353535. Windows color (decimal): -14602352 or 9449249. OLE color: 9449249.

HSL color Cylindrical-coordinate representation of color #212F90: hue angle of 232.43º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #212F90 is Cyan = 0.77, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3347144-
CMYK0.770.6700.44
HSL232.43º62.71%34.71%-
HSV(B)232.43º77.08%56.47%-
XYZ6.684.3726.88-
YUV53.87178.86113.11-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.73%
GREEN value IS 47 (18.75% from 255) = 20.98%
BLUE value IS 144 (56.64% from 255) = 64.29%
R=14.73%
G=20.98%
B=64.29%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal33471440.770.6700.44232.4362.7134.71
Hex212F904D4302Ce83f23
Octal41572201151030543507743
Binary1000011011111001000010011011000011010110011101000111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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