Shades of Persian Blue #212CD5
Tints of Persian Blue #212CD5
RGB
CMYK
RGB Variations
Color information
#212CD5 (or 0x212CD5) is known color: Persian Blue. HEX triplet: 21, 2C and D5. RGB value is (33,44,213). Sum of RGB (Red+Green+Blue) = 33+44+213=290 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.38% from 290); Green value is 44 (17.58% from 255 or 15.17% from 290); Blue value is 213 (83.59% from 255 or 73.45% from 290); Max value from RGB is 213 - color contains mainly: blue. Hex color #212CD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #212CD5 is #DED32A. Grayscale: #3B3B3B. Windows color (decimal): -14603051 or 13970465. OLE color: 13970465.
HSL color Cylindrical-coordinate representation of color #212CD5: hue angle of 236.33º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #212CD5 is Cyan = 0.85, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 33 | 44 | 213 | - |
| CMYK | 0.85 | 0.79 | 0 | 0.16 |
| HSL | 236.33º | 0.73% | 0.48% | - |
| HSV(B) | 236.33º | 0.85% | 0.84% | - |
| XYZ | 13.54 | 6.93 | 63.57 | - |
| YUV | 59.98 | 214.36 | 108.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 44 | 213 | 0.85 | 0.79 | 0 | 0.16 | 236.33 | 0.73 | 0.48 |
| Hex | 21 | 2C | D5 | 55 | 4F | 0 | 10 | EC | 49 | 30 |
| Octal | 41 | 54 | 325 | 125 | 117 | 0 | 20 | 354 | 111 | 60 |
| Binary | 100001 | 101100 | 11010101 | 1010101 | 1001111 | 0 | 10000 | 11101100 | 1001001 | 110000 |
Color Harmonies of #212CD5
Complementary color
Monochromatic Colors of #212CD5
Black with #212CD5
Text Example
Text Example
White with #212CD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212CD5; }
p { color: rgb(33,44,213); }
H1.HeaderClassName
{
color: #212CD5;
}
.AnyTagClassName
{
color: #212CD5;
}
</style>
background-color css
<style>
a { background-color: #212CD5; }
a { background-color: rgb(33,44,213); }
div.DivClassName
{
background-color: #212CD5;
}
.BgClassName
{
background-color: #212CD5;
}
</style>
border-color css
<style>
span { border-color: #212CD5; }
span { border-color: rgb(33,44,213); }
td.TdClassName
{
border-color: #212CD5;
}
.TagClassName
{
border-color: #212CD5;
}
</style>