Shades of Persian Blue #212BCD
Tints of Persian Blue #212BCD
RGB
CMYK
RGB Variations
Color information
#212BCD (or 0x212BCD) is known color: Persian Blue. HEX triplet: 21, 2B and CD. RGB value is (33,43,205). Sum of RGB (Red+Green+Blue) = 33+43+205=281 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.74% from 281); Green value is 43 (17.19% from 255 or 15.30% from 281); Blue value is 205 (80.47% from 255 or 72.95% from 281); Max value from RGB is 205 - color contains mainly: blue. Hex color #212BCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #212BCD is #DED432. Grayscale: #393939. Windows color (decimal): -14603315 or 13445921. OLE color: 13445921.
HSL color Cylindrical-coordinate representation of color #212BCD: hue angle of 236.51º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #212BCD is Cyan = 0.84, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 33 | 43 | 205 | - |
| CMYK | 0.84 | 0.79 | 0 | 0.20 |
| HSL | 236.51º | 0.72% | 0.47% | - |
| HSV(B) | 236.51º | 0.84% | 0.8% | - |
| XYZ | 12.51 | 6.46 | 58.34 | - |
| YUV | 58.48 | 210.69 | 109.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 43 | 205 | 0.84 | 0.79 | 0 | 0.20 | 236.51 | 0.72 | 0.47 |
| Hex | 21 | 2B | CD | 54 | 4F | 0 | 14 | ED | 48 | 2F |
| Octal | 41 | 53 | 315 | 124 | 117 | 0 | 24 | 355 | 110 | 57 |
| Binary | 100001 | 101011 | 11001101 | 1010100 | 1001111 | 0 | 10100 | 11101101 | 1001000 | 101111 |
Color Harmonies of #212BCD
Complementary color
Monochromatic Colors of #212BCD
Black with #212BCD
Text Example
Text Example
White with #212BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212BCD; }
p { color: rgb(33,43,205); }
H1.HeaderClassName
{
color: #212BCD;
}
.AnyTagClassName
{
color: #212BCD;
}
</style>
background-color css
<style>
a { background-color: #212BCD; }
a { background-color: rgb(33,43,205); }
div.DivClassName
{
background-color: #212BCD;
}
.BgClassName
{
background-color: #212BCD;
}
</style>
border-color css
<style>
span { border-color: #212BCD; }
span { border-color: rgb(33,43,205); }
td.TdClassName
{
border-color: #212BCD;
}
.TagClassName
{
border-color: #212BCD;
}
</style>