Shades of Persian Blue #212FCD
Tints of Persian Blue #212FCD
RGB
CMYK
RGB Variations
Color information
#212FCD (or 0x212FCD) is known color: Persian Blue. HEX triplet: 21, 2F and CD. RGB value is (33,47,205). Sum of RGB (Red+Green+Blue) = 33+47+205=285 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.58% from 285); Green value is 47 (18.75% from 255 or 16.49% from 285); Blue value is 205 (80.47% from 255 or 71.93% from 285); Max value from RGB is 205 - color contains mainly: blue. Hex color #212FCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #212FCD is #DED032. Grayscale: #3C3C3C. Windows color (decimal): -14602291 or 13446945. OLE color: 13446945.
HSL color Cylindrical-coordinate representation of color #212FCD: hue angle of 235.12º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #212FCD is Cyan = 0.84, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 33 | 47 | 205 | - |
| CMYK | 0.84 | 0.77 | 0 | 0.20 |
| HSL | 235.12º | 0.72% | 0.47% | - |
| HSV(B) | 235.12º | 0.84% | 0.8% | - |
| XYZ | 12.66 | 6.76 | 58.4 | - |
| YUV | 60.83 | 209.36 | 108.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 47 | 205 | 0.84 | 0.77 | 0 | 0.20 | 235.12 | 0.72 | 0.47 |
| Hex | 21 | 2F | CD | 54 | 4D | 0 | 14 | EB | 48 | 2F |
| Octal | 41 | 57 | 315 | 124 | 115 | 0 | 24 | 353 | 110 | 57 |
| Binary | 100001 | 101111 | 11001101 | 1010100 | 1001101 | 0 | 10100 | 11101011 | 1001000 | 101111 |
Color Harmonies of #212FCD
Complementary color
Monochromatic Colors of #212FCD
Black with #212FCD
Text Example
Text Example
White with #212FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212FCD; }
p { color: rgb(33,47,205); }
H1.HeaderClassName
{
color: #212FCD;
}
.AnyTagClassName
{
color: #212FCD;
}
</style>
background-color css
<style>
a { background-color: #212FCD; }
a { background-color: rgb(33,47,205); }
div.DivClassName
{
background-color: #212FCD;
}
.BgClassName
{
background-color: #212FCD;
}
</style>
border-color css
<style>
span { border-color: #212FCD; }
span { border-color: rgb(33,47,205); }
td.TdClassName
{
border-color: #212FCD;
}
.TagClassName
{
border-color: #212FCD;
}
</style>