Shades of Egyptian Blue #212BA4
Tints of Egyptian Blue #212BA4
RGB
CMYK
RGB Variations
Color information
#212BA4 (or 0x212BA4) is known color: Egyptian Blue. HEX triplet: 21, 2B and A4. RGB value is (33,43,164). Sum of RGB (Red+Green+Blue) = 33+43+164=240 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.75% from 240); Green value is 43 (17.19% from 255 or 17.92% from 240); Blue value is 164 (64.45% from 255 or 68.33% from 240); Max value from RGB is 164 - color contains mainly: blue. Hex color #212BA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212BA4 is #DED45B. Grayscale: #353535. Windows color (decimal): -14603356 or 10758945. OLE color: 10758945.
HSL color Cylindrical-coordinate representation of color #212BA4: hue angle of 235.42º 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 #212BA4 is Cyan = 0.80, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 33 | 43 | 164 | - |
| CMYK | 0.80 | 0.74 | 0 | 0.36 |
| HSL | 235.42º | 0.66% | 0.39% | - |
| HSV(B) | 235.42º | 0.8% | 0.64% | - |
| XYZ | 8.19 | 4.73 | 35.6 | - |
| YUV | 53.8 | 190.19 | 113.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 43 | 164 | 0.80 | 0.74 | 0 | 0.36 | 235.42 | 0.66 | 0.39 |
| Hex | 21 | 2B | A4 | 50 | 4A | 0 | 24 | EB | 42 | 27 |
| Octal | 41 | 53 | 244 | 120 | 112 | 0 | 44 | 353 | 102 | 47 |
| Binary | 100001 | 101011 | 10100100 | 1010000 | 1001010 | 0 | 100100 | 11101011 | 1000010 | 100111 |
Color Harmonies of #212BA4
Complementary color
Monochromatic Colors of #212BA4
Black with #212BA4
Text Example
Text Example
White with #212BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212BA4; }
p { color: rgb(33,43,164); }
H1.HeaderClassName
{
color: #212BA4;
}
.AnyTagClassName
{
color: #212BA4;
}
</style>
background-color css
<style>
a { background-color: #212BA4; }
a { background-color: rgb(33,43,164); }
div.DivClassName
{
background-color: #212BA4;
}
.BgClassName
{
background-color: #212BA4;
}
</style>
border-color css
<style>
span { border-color: #212BA4; }
span { border-color: rgb(33,43,164); }
td.TdClassName
{
border-color: #212BA4;
}
.TagClassName
{
border-color: #212BA4;
}
</style>