Shades of Egyptian Blue #212FA4
Tints of Egyptian Blue #212FA4
RGB
CMYK
RGB Variations
Color information
#212FA4 (or 0x212FA4) is known color: Egyptian Blue. HEX triplet: 21, 2F and A4. RGB value is (33,47,164). Sum of RGB (Red+Green+Blue) = 33+47+164=244 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.52% from 244); Green value is 47 (18.75% from 255 or 19.26% from 244); Blue value is 164 (64.45% from 255 or 67.21% from 244); Max value from RGB is 164 - color contains mainly: blue. Hex color #212FA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212FA4 is #DED05B. Grayscale: #373737. Windows color (decimal): -14602332 or 10759969. OLE color: 10759969.
HSL color Cylindrical-coordinate representation of color #212FA4: hue angle of 233.59º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #212FA4 is Cyan = 0.80, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 33 | 47 | 164 | - |
| CMYK | 0.80 | 0.71 | 0 | 0.36 |
| HSL | 233.59º | 0.66% | 0.39% | - |
| HSV(B) | 233.59º | 0.8% | 0.64% | - |
| XYZ | 8.34 | 5.04 | 35.65 | - |
| YUV | 56.15 | 188.86 | 111.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 47 | 164 | 0.80 | 0.71 | 0 | 0.36 | 233.59 | 0.66 | 0.39 |
| Hex | 21 | 2F | A4 | 50 | 47 | 0 | 24 | EA | 42 | 27 |
| Octal | 41 | 57 | 244 | 120 | 107 | 0 | 44 | 352 | 102 | 47 |
| Binary | 100001 | 101111 | 10100100 | 1010000 | 1000111 | 0 | 100100 | 11101010 | 1000010 | 100111 |
Color Harmonies of #212FA4
Complementary color
Monochromatic Colors of #212FA4
Black with #212FA4
Text Example
Text Example
White with #212FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212FA4; }
p { color: rgb(33,47,164); }
H1.HeaderClassName
{
color: #212FA4;
}
.AnyTagClassName
{
color: #212FA4;
}
</style>
background-color css
<style>
a { background-color: #212FA4; }
a { background-color: rgb(33,47,164); }
div.DivClassName
{
background-color: #212FA4;
}
.BgClassName
{
background-color: #212FA4;
}
</style>
border-color css
<style>
span { border-color: #212FA4; }
span { border-color: rgb(33,47,164); }
td.TdClassName
{
border-color: #212FA4;
}
.TagClassName
{
border-color: #212FA4;
}
</style>