Shades of Egyptian Blue #212D98
Tints of Egyptian Blue #212D98
RGB
CMYK
RGB Variations
Color information
#212D98 (or 0x212D98) is known color: Egyptian Blue. HEX triplet: 21, 2D and 98. RGB value is (33,45,152). Sum of RGB (Red+Green+Blue) = 33+45+152=230 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.35% from 230); Green value is 45 (17.97% from 255 or 19.57% from 230); Blue value is 152 (59.77% from 255 or 66.09% from 230); Max value from RGB is 152 - color contains mainly: blue. Hex color #212D98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212D98 is #DED267. Grayscale: #353535. Windows color (decimal): -14602856 or 9973025. OLE color: 9973025.
HSL color Cylindrical-coordinate representation of color #212D98: hue angle of 233.95º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #212D98 is Cyan = 0.78, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 33 | 45 | 152 | - |
| CMYK | 0.78 | 0.70 | 0 | 0.40 |
| HSL | 233.95º | 0.64% | 0.36% | - |
| HSV(B) | 233.95º | 0.78% | 0.6% | - |
| XYZ | 7.23 | 4.47 | 30.19 | - |
| YUV | 53.61 | 183.52 | 113.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 45 | 152 | 0.78 | 0.70 | 0 | 0.40 | 233.95 | 0.64 | 0.36 |
| Hex | 21 | 2D | 98 | 4E | 46 | 0 | 28 | EA | 40 | 24 |
| Octal | 41 | 55 | 230 | 116 | 106 | 0 | 50 | 352 | 100 | 44 |
| Binary | 100001 | 101101 | 10011000 | 1001110 | 1000110 | 0 | 101000 | 11101010 | 1000000 | 100100 |
Color Harmonies of #212D98
Complementary color
Monochromatic Colors of #212D98
Black with #212D98
Text Example
Text Example
White with #212D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212D98; }
p { color: rgb(33,45,152); }
H1.HeaderClassName
{
color: #212D98;
}
.AnyTagClassName
{
color: #212D98;
}
</style>
background-color css
<style>
a { background-color: #212D98; }
a { background-color: rgb(33,45,152); }
div.DivClassName
{
background-color: #212D98;
}
.BgClassName
{
background-color: #212D98;
}
</style>
border-color css
<style>
span { border-color: #212D98; }
span { border-color: rgb(33,45,152); }
td.TdClassName
{
border-color: #212D98;
}
.TagClassName
{
border-color: #212D98;
}
</style>