Shades of Persian Blue #212CD1
Tints of Persian Blue #212CD1
RGB
CMYK
RGB Variations
Color information
#212CD1 (or 0x212CD1) is known color: Persian Blue. HEX triplet: 21, 2C and D1. RGB value is (33,44,209). Sum of RGB (Red+Green+Blue) = 33+44+209=286 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.54% from 286); Green value is 44 (17.58% from 255 or 15.38% from 286); Blue value is 209 (82.03% from 255 or 73.08% from 286); Max value from RGB is 209 - color contains mainly: blue. Hex color #212CD1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #212CD1 is #DED32E. Grayscale: #3A3A3A. Windows color (decimal): -14603055 or 13708321. OLE color: 13708321.
HSL color Cylindrical-coordinate representation of color #212CD1: hue angle of 236.25º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #212CD1 is Cyan = 0.84, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 33 | 44 | 209 | - |
| CMYK | 0.84 | 0.79 | 0 | 0.18 |
| HSL | 236.25º | 0.73% | 0.47% | - |
| HSV(B) | 236.25º | 0.84% | 0.82% | - |
| XYZ | 13.04 | 6.73 | 60.93 | - |
| YUV | 59.52 | 212.36 | 109.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 44 | 209 | 0.84 | 0.79 | 0 | 0.18 | 236.25 | 0.73 | 0.47 |
| Hex | 21 | 2C | D1 | 54 | 4F | 0 | 12 | EC | 49 | 2F |
| Octal | 41 | 54 | 321 | 124 | 117 | 0 | 22 | 354 | 111 | 57 |
| Binary | 100001 | 101100 | 11010001 | 1010100 | 1001111 | 0 | 10010 | 11101100 | 1001001 | 101111 |
Color Harmonies of #212CD1
Complementary color
Monochromatic Colors of #212CD1
Black with #212CD1
Text Example
Text Example
White with #212CD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212CD1; }
p { color: rgb(33,44,209); }
H1.HeaderClassName
{
color: #212CD1;
}
.AnyTagClassName
{
color: #212CD1;
}
</style>
background-color css
<style>
a { background-color: #212CD1; }
a { background-color: rgb(33,44,209); }
div.DivClassName
{
background-color: #212CD1;
}
.BgClassName
{
background-color: #212CD1;
}
</style>
border-color css
<style>
span { border-color: #212CD1; }
span { border-color: rgb(33,44,209); }
td.TdClassName
{
border-color: #212CD1;
}
.TagClassName
{
border-color: #212CD1;
}
</style>