Shades of Persian Blue #212ECC
Tints of Persian Blue #212ECC
RGB
CMYK
RGB Variations
Color information
#212ECC (or 0x212ECC) is known color: Persian Blue. HEX triplet: 21, 2E and CC. RGB value is (33,46,204). Sum of RGB (Red+Green+Blue) = 33+46+204=283 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.66% from 283); Green value is 46 (18.36% from 255 or 16.25% from 283); Blue value is 204 (80.08% from 255 or 72.08% from 283); Max value from RGB is 204 - color contains mainly: blue. Hex color #212ECC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #212ECC is #DED133. Grayscale: #3B3B3B. Windows color (decimal): -14602548 or 13381153. OLE color: 13381153.
HSL color Cylindrical-coordinate representation of color #212ECC: hue angle of 235.44º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #212ECC is Cyan = 0.84, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 33 | 46 | 204 | - |
| CMYK | 0.84 | 0.77 | 0 | 0.2 |
| HSL | 235.44º | 0.72% | 0.46% | - |
| HSV(B) | 235.44º | 0.84% | 0.8% | - |
| XYZ | 12.5 | 6.64 | 57.75 | - |
| YUV | 60.13 | 209.19 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 46 | 204 | 0.84 | 0.77 | 0 | 0.2 | 235.44 | 0.72 | 0.46 |
| Hex | 21 | 2E | CC | 54 | 4D | 0 | 14 | EB | 48 | 2E |
| Octal | 41 | 56 | 314 | 124 | 115 | 0 | 24 | 353 | 110 | 56 |
| Binary | 100001 | 101110 | 11001100 | 1010100 | 1001101 | 0 | 10100 | 11101011 | 1001000 | 101110 |
Color Harmonies of #212ECC
Complementary color
Monochromatic Colors of #212ECC
Black with #212ECC
Text Example
Text Example
White with #212ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212ECC; }
p { color: rgb(33,46,204); }
H1.HeaderClassName
{
color: #212ECC;
}
.AnyTagClassName
{
color: #212ECC;
}
</style>
background-color css
<style>
a { background-color: #212ECC; }
a { background-color: rgb(33,46,204); }
div.DivClassName
{
background-color: #212ECC;
}
.BgClassName
{
background-color: #212ECC;
}
</style>
border-color css
<style>
span { border-color: #212ECC; }
span { border-color: rgb(33,46,204); }
td.TdClassName
{
border-color: #212ECC;
}
.TagClassName
{
border-color: #212ECC;
}
</style>