Shades of Persian Blue #212FC7
Tints of Persian Blue #212FC7
RGB
CMYK
RGB Variations
Color information
#212FC7 (or 0x212FC7) is known color: Persian Blue. HEX triplet: 21, 2F and C7. RGB value is (33,47,199). Sum of RGB (Red+Green+Blue) = 33+47+199=279 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.83% from 279); Green value is 47 (18.75% from 255 or 16.85% from 279); Blue value is 199 (78.12% from 255 or 71.33% from 279); Max value from RGB is 199 - color contains mainly: blue. Hex color #212FC7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #212FC7 is #DED038. Grayscale: #3B3B3B. Windows color (decimal): -14602297 or 13053729. OLE color: 13053729.
HSL color Cylindrical-coordinate representation of color #212FC7: hue angle of 234.94º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #212FC7 is Cyan = 0.83, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 33 | 47 | 199 | - |
| CMYK | 0.83 | 0.76 | 0 | 0.22 |
| HSL | 234.94º | 0.72% | 0.45% | - |
| HSV(B) | 234.94º | 0.83% | 0.78% | - |
| XYZ | 11.95 | 6.48 | 54.65 | - |
| YUV | 60.14 | 206.36 | 108.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 47 | 199 | 0.83 | 0.76 | 0 | 0.22 | 234.94 | 0.72 | 0.45 |
| Hex | 21 | 2F | C7 | 53 | 4C | 0 | 16 | EB | 48 | 2D |
| Octal | 41 | 57 | 307 | 123 | 114 | 0 | 26 | 353 | 110 | 55 |
| Binary | 100001 | 101111 | 11000111 | 1010011 | 1001100 | 0 | 10110 | 11101011 | 1001000 | 101101 |
Color Harmonies of #212FC7
Complementary color
Monochromatic Colors of #212FC7
Black with #212FC7
Text Example
Text Example
White with #212FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212FC7; }
p { color: rgb(33,47,199); }
H1.HeaderClassName
{
color: #212FC7;
}
.AnyTagClassName
{
color: #212FC7;
}
</style>
background-color css
<style>
a { background-color: #212FC7; }
a { background-color: rgb(33,47,199); }
div.DivClassName
{
background-color: #212FC7;
}
.BgClassName
{
background-color: #212FC7;
}
</style>
border-color css
<style>
span { border-color: #212FC7; }
span { border-color: rgb(33,47,199); }
td.TdClassName
{
border-color: #212FC7;
}
.TagClassName
{
border-color: #212FC7;
}
</style>