Shades of Egyptian Blue #212FA3
Tints of Egyptian Blue #212FA3
RGB
CMYK
RGB Variations
Color information
#212FA3 (or 0x212FA3) is known color: Egyptian Blue. HEX triplet: 21, 2F and A3. RGB value is (33,47,163). Sum of RGB (Red+Green+Blue) = 33+47+163=243 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.58% from 243); Green value is 47 (18.75% from 255 or 19.34% from 243); Blue value is 163 (64.06% from 255 or 67.08% from 243); Max value from RGB is 163 - color contains mainly: blue. Hex color #212FA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212FA3 is #DED05C. Grayscale: #373737. Windows color (decimal): -14602333 or 10694433. OLE color: 10694433.
HSL color Cylindrical-coordinate representation of color #212FA3: hue angle of 233.54º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #212FA3 is Cyan = 0.80, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 33 | 47 | 163 | - |
| CMYK | 0.80 | 0.71 | 0 | 0.36 |
| HSL | 233.54º | 0.66% | 0.38% | - |
| HSV(B) | 233.54º | 0.8% | 0.64% | - |
| XYZ | 8.25 | 5 | 35.18 | - |
| YUV | 56.04 | 188.36 | 111.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 47 | 163 | 0.80 | 0.71 | 0 | 0.36 | 233.54 | 0.66 | 0.38 |
| Hex | 21 | 2F | A3 | 50 | 47 | 0 | 24 | EA | 42 | 26 |
| Octal | 41 | 57 | 243 | 120 | 107 | 0 | 44 | 352 | 102 | 46 |
| Binary | 100001 | 101111 | 10100011 | 1010000 | 1000111 | 0 | 100100 | 11101010 | 1000010 | 100110 |
Color Harmonies of #212FA3
Complementary color
Monochromatic Colors of #212FA3
Black with #212FA3
Text Example
Text Example
White with #212FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212FA3; }
p { color: rgb(33,47,163); }
H1.HeaderClassName
{
color: #212FA3;
}
.AnyTagClassName
{
color: #212FA3;
}
</style>
background-color css
<style>
a { background-color: #212FA3; }
a { background-color: rgb(33,47,163); }
div.DivClassName
{
background-color: #212FA3;
}
.BgClassName
{
background-color: #212FA3;
}
</style>
border-color css
<style>
span { border-color: #212FA3; }
span { border-color: rgb(33,47,163); }
td.TdClassName
{
border-color: #212FA3;
}
.TagClassName
{
border-color: #212FA3;
}
</style>