Shades of Egyptian Blue #212F90
Tints of Egyptian Blue #212F90
RGB
CMYK
RGB Variations
Color information
#212F90 (or 0x212F90) is known color: 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
| RGB | 33 | 47 | 144 | - |
| CMYK | 0.77 | 0.67 | 0 | 0.44 |
| HSL | 232.43º | 0.63% | 0.35% | - |
| HSV(B) | 232.43º | 0.77% | 0.56% | - |
| XYZ | 6.68 | 4.37 | 26.88 | - |
| YUV | 53.87 | 178.86 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 47 | 144 | 0.77 | 0.67 | 0 | 0.44 | 232.43 | 0.63 | 0.35 |
| Hex | 21 | 2F | 90 | 4D | 43 | 0 | 2C | E8 | 3F | 23 |
| Octal | 41 | 57 | 220 | 115 | 103 | 0 | 54 | 350 | 77 | 43 |
| Binary | 100001 | 101111 | 10010000 | 1001101 | 1000011 | 0 | 101100 | 11101000 | 111111 | 100011 |
Color Harmonies of #212F90
Complementary color
Monochromatic Colors of #212F90
Black with #212F90
Text Example
Text Example
White with #212F90
Text Example
Text Example
HTML Codes & Css Web 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>