Shades of Persian Blue #212FCB
Tints of Persian Blue #212FCB
RGB
CMYK
RGB Variations
Color information
#212FCB (or 0x212FCB) is known color: Persian Blue. HEX triplet: 21, 2F and CB. RGB value is (33,47,203). Sum of RGB (Red+Green+Blue) = 33+47+203=283 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.66% from 283); Green value is 47 (18.75% from 255 or 16.61% from 283); Blue value is 203 (79.69% from 255 or 71.73% from 283); Max value from RGB is 203 - color contains mainly: blue. Hex color #212FCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #212FCB is #DED034. Grayscale: #3B3B3B. Windows color (decimal): -14602293 or 13315873. OLE color: 13315873.
HSL color Cylindrical-coordinate representation of color #212FCB: hue angle of 235.06º 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 #212FCB is Cyan = 0.84, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 33 | 47 | 203 | - |
| CMYK | 0.84 | 0.77 | 0 | 0.20 |
| HSL | 235.06º | 0.72% | 0.46% | - |
| HSV(B) | 235.06º | 0.84% | 0.8% | - |
| XYZ | 12.42 | 6.67 | 57.13 | - |
| YUV | 60.6 | 208.36 | 108.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 47 | 203 | 0.84 | 0.77 | 0 | 0.20 | 235.06 | 0.72 | 0.46 |
| Hex | 21 | 2F | CB | 54 | 4D | 0 | 14 | EB | 48 | 2E |
| Octal | 41 | 57 | 313 | 124 | 115 | 0 | 24 | 353 | 110 | 56 |
| Binary | 100001 | 101111 | 11001011 | 1010100 | 1001101 | 0 | 10100 | 11101011 | 1001000 | 101110 |
Color Harmonies of #212FCB
Complementary color
Monochromatic Colors of #212FCB
Black with #212FCB
Text Example
Text Example
White with #212FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212FCB; }
p { color: rgb(33,47,203); }
H1.HeaderClassName
{
color: #212FCB;
}
.AnyTagClassName
{
color: #212FCB;
}
</style>
background-color css
<style>
a { background-color: #212FCB; }
a { background-color: rgb(33,47,203); }
div.DivClassName
{
background-color: #212FCB;
}
.BgClassName
{
background-color: #212FCB;
}
</style>
border-color css
<style>
span { border-color: #212FCB; }
span { border-color: rgb(33,47,203); }
td.TdClassName
{
border-color: #212FCB;
}
.TagClassName
{
border-color: #212FCB;
}
</style>