Shades of Persian Blue #212DCC
Tints of Persian Blue #212DCC
RGB
CMYK
RGB Variations
Color information
#212DCC (or 0x212DCC) is known color: Persian Blue. HEX triplet: 21, 2D and CC. RGB value is (33,45,204). Sum of RGB (Red+Green+Blue) = 33+45+204=282 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.70% from 282); Green value is 45 (17.97% from 255 or 15.96% from 282); Blue value is 204 (80.08% from 255 or 72.34% from 282); Max value from RGB is 204 - color contains mainly: blue. Hex color #212DCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #212DCC is #DED233. Grayscale: #3A3A3A. Windows color (decimal): -14602804 or 13380897. OLE color: 13380897.
HSL color Cylindrical-coordinate representation of color #212DCC: hue angle of 235.79º 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 #212DCC is Cyan = 0.84, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 33 | 45 | 204 | - |
| CMYK | 0.84 | 0.78 | 0 | 0.2 |
| HSL | 235.79º | 0.72% | 0.46% | - |
| HSV(B) | 235.79º | 0.84% | 0.8% | - |
| XYZ | 12.46 | 6.56 | 57.74 | - |
| YUV | 59.54 | 209.52 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 45 | 204 | 0.84 | 0.78 | 0 | 0.2 | 235.79 | 0.72 | 0.46 |
| Hex | 21 | 2D | CC | 54 | 4E | 0 | 14 | EC | 48 | 2E |
| Octal | 41 | 55 | 314 | 124 | 116 | 0 | 24 | 354 | 110 | 56 |
| Binary | 100001 | 101101 | 11001100 | 1010100 | 1001110 | 0 | 10100 | 11101100 | 1001000 | 101110 |
Color Harmonies of #212DCC
Complementary color
Monochromatic Colors of #212DCC
Black with #212DCC
Text Example
Text Example
White with #212DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212DCC; }
p { color: rgb(33,45,204); }
H1.HeaderClassName
{
color: #212DCC;
}
.AnyTagClassName
{
color: #212DCC;
}
</style>
background-color css
<style>
a { background-color: #212DCC; }
a { background-color: rgb(33,45,204); }
div.DivClassName
{
background-color: #212DCC;
}
.BgClassName
{
background-color: #212DCC;
}
</style>
border-color css
<style>
span { border-color: #212DCC; }
span { border-color: rgb(33,45,204); }
td.TdClassName
{
border-color: #212DCC;
}
.TagClassName
{
border-color: #212DCC;
}
</style>