Shades of Persian Blue #212FCC
Tints of Persian Blue #212FCC
RGB
CMYK
RGB Variations
Color information
#212FCC (or 0x212FCC) is known color: Persian Blue. HEX triplet: 21, 2F and CC. RGB value is (33,47,204). Sum of RGB (Red+Green+Blue) = 33+47+204=284 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.62% from 284); Green value is 47 (18.75% from 255 or 16.55% from 284); Blue value is 204 (80.08% from 255 or 71.83% from 284); Max value from RGB is 204 - color contains mainly: blue. Hex color #212FCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #212FCC is #DED033. Grayscale: #3C3C3C. Windows color (decimal): -14602292 or 13381409. OLE color: 13381409.
HSL color Cylindrical-coordinate representation of color #212FCC: hue angle of 235.09º 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 #212FCC is Cyan = 0.84, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 33 | 47 | 204 | - |
| CMYK | 0.84 | 0.77 | 0 | 0.2 |
| HSL | 235.09º | 0.72% | 0.46% | - |
| HSV(B) | 235.09º | 0.84% | 0.8% | - |
| XYZ | 12.54 | 6.72 | 57.76 | - |
| YUV | 60.71 | 208.86 | 108.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 47 | 204 | 0.84 | 0.77 | 0 | 0.2 | 235.09 | 0.72 | 0.46 |
| Hex | 21 | 2F | CC | 54 | 4D | 0 | 14 | EB | 48 | 2E |
| Octal | 41 | 57 | 314 | 124 | 115 | 0 | 24 | 353 | 110 | 56 |
| Binary | 100001 | 101111 | 11001100 | 1010100 | 1001101 | 0 | 10100 | 11101011 | 1001000 | 101110 |
Color Harmonies of #212FCC
Complementary color
Monochromatic Colors of #212FCC
Black with #212FCC
Text Example
Text Example
White with #212FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212FCC; }
p { color: rgb(33,47,204); }
H1.HeaderClassName
{
color: #212FCC;
}
.AnyTagClassName
{
color: #212FCC;
}
</style>
background-color css
<style>
a { background-color: #212FCC; }
a { background-color: rgb(33,47,204); }
div.DivClassName
{
background-color: #212FCC;
}
.BgClassName
{
background-color: #212FCC;
}
</style>
border-color css
<style>
span { border-color: #212FCC; }
span { border-color: rgb(33,47,204); }
td.TdClassName
{
border-color: #212FCC;
}
.TagClassName
{
border-color: #212FCC;
}
</style>