Shades of Persian Blue #212FCF
Tints of Persian Blue #212FCF
RGB
CMYK
RGB Variations
Color information
#212FCF (or 0x212FCF) is known color: Persian Blue. HEX triplet: 21, 2F and CF. RGB value is (33,47,207). Sum of RGB (Red+Green+Blue) = 33+47+207=287 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.50% from 287); Green value is 47 (18.75% from 255 or 16.38% from 287); Blue value is 207 (81.25% from 255 or 72.13% from 287); Max value from RGB is 207 - color contains mainly: blue. Hex color #212FCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #212FCF is #DED030. Grayscale: #3C3C3C. Windows color (decimal): -14602289 or 13578017. OLE color: 13578017.
HSL color Cylindrical-coordinate representation of color #212FCF: hue angle of 235.17º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #212FCF is Cyan = 0.84, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 47 | 207 | - |
| CMYK | 0.84 | 0.77 | 0 | 0.19 |
| HSL | 235.17º | 0.73% | 0.47% | - |
| HSV(B) | 235.17º | 0.84% | 0.81% | - |
| XYZ | 12.91 | 6.86 | 59.68 | - |
| YUV | 61.05 | 210.36 | 107.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 47 | 207 | 0.84 | 0.77 | 0 | 0.19 | 235.17 | 0.73 | 0.47 |
| Hex | 21 | 2F | CF | 54 | 4D | 0 | 13 | EB | 48 | 2F |
| Octal | 41 | 57 | 317 | 124 | 115 | 0 | 23 | 353 | 110 | 57 |
| Binary | 100001 | 101111 | 11001111 | 1010100 | 1001101 | 0 | 10011 | 11101011 | 1001000 | 101111 |
Color Harmonies of #212FCF
Complementary color
Monochromatic Colors of #212FCF
Black with #212FCF
Text Example
Text Example
White with #212FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212FCF; }
p { color: rgb(33,47,207); }
H1.HeaderClassName
{
color: #212FCF;
}
.AnyTagClassName
{
color: #212FCF;
}
</style>
background-color css
<style>
a { background-color: #212FCF; }
a { background-color: rgb(33,47,207); }
div.DivClassName
{
background-color: #212FCF;
}
.BgClassName
{
background-color: #212FCF;
}
</style>
border-color css
<style>
span { border-color: #212FCF; }
span { border-color: rgb(33,47,207); }
td.TdClassName
{
border-color: #212FCF;
}
.TagClassName
{
border-color: #212FCF;
}
</style>