Shades of Persian Blue #212BCF
Tints of Persian Blue #212BCF
RGB
CMYK
RGB Variations
Color information
#212BCF (or 0x212BCF) is known color: Persian Blue. HEX triplet: 21, 2B and CF. RGB value is (33,43,207). Sum of RGB (Red+Green+Blue) = 33+43+207=283 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.66% from 283); Green value is 43 (17.19% from 255 or 15.19% from 283); Blue value is 207 (81.25% from 255 or 73.14% from 283); Max value from RGB is 207 - color contains mainly: blue. Hex color #212BCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #212BCF is #DED430. Grayscale: #3A3A3A. Windows color (decimal): -14603313 or 13576993. OLE color: 13576993.
HSL color Cylindrical-coordinate representation of color #212BCF: hue angle of 236.55º 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 #212BCF is Cyan = 0.84, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 43 | 207 | - |
| CMYK | 0.84 | 0.79 | 0 | 0.19 |
| HSL | 236.55º | 0.73% | 0.47% | - |
| HSV(B) | 236.55º | 0.84% | 0.81% | - |
| XYZ | 12.75 | 6.56 | 59.62 | - |
| YUV | 58.71 | 211.69 | 109.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 43 | 207 | 0.84 | 0.79 | 0 | 0.19 | 236.55 | 0.73 | 0.47 |
| Hex | 21 | 2B | CF | 54 | 4F | 0 | 13 | ED | 48 | 2F |
| Octal | 41 | 53 | 317 | 124 | 117 | 0 | 23 | 355 | 110 | 57 |
| Binary | 100001 | 101011 | 11001111 | 1010100 | 1001111 | 0 | 10011 | 11101101 | 1001000 | 101111 |
Color Harmonies of #212BCF
Complementary color
Monochromatic Colors of #212BCF
Black with #212BCF
Text Example
Text Example
White with #212BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212BCF; }
p { color: rgb(33,43,207); }
H1.HeaderClassName
{
color: #212BCF;
}
.AnyTagClassName
{
color: #212BCF;
}
</style>
background-color css
<style>
a { background-color: #212BCF; }
a { background-color: rgb(33,43,207); }
div.DivClassName
{
background-color: #212BCF;
}
.BgClassName
{
background-color: #212BCF;
}
</style>
border-color css
<style>
span { border-color: #212BCF; }
span { border-color: rgb(33,43,207); }
td.TdClassName
{
border-color: #212BCF;
}
.TagClassName
{
border-color: #212BCF;
}
</style>