Shades of Persian Blue #212DE6
Tints of Persian Blue #212DE6
RGB
CMYK
RGB Variations
Color information
#212DE6 (or 0x212DE6) is known color: Persian Blue. HEX triplet: 21, 2D and E6. RGB value is (33,45,230). Sum of RGB (Red+Green+Blue) = 33+45+230=308 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.71% from 308); Green value is 45 (17.97% from 255 or 14.61% from 308); Blue value is 230 (90.23% from 255 or 74.68% from 308); Max value from RGB is 230 - color contains mainly: blue. Hex color #212DE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #212DE6 is #DED219. Grayscale: #3D3D3D. Windows color (decimal): -14602778 or 15084833. OLE color: 15084833.
HSL color Cylindrical-coordinate representation of color #212DE6: hue angle of 236.35º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #212DE6 is Cyan = 0.86, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 33 | 45 | 230 | - |
| CMYK | 0.86 | 0.80 | 0 | 0.10 |
| HSL | 236.35º | 0.8% | 0.52% | - |
| HSV(B) | 236.35º | 0.86% | 0.9% | - |
| XYZ | 15.85 | 7.91 | 75.56 | - |
| YUV | 62.5 | 222.52 | 106.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 45 | 230 | 0.86 | 0.80 | 0 | 0.10 | 236.35 | 0.8 | 0.52 |
| Hex | 21 | 2D | E6 | 56 | 50 | 0 | A | EC | 50 | 34 |
| Octal | 41 | 55 | 346 | 126 | 120 | 0 | 12 | 354 | 120 | 64 |
| Binary | 100001 | 101101 | 11100110 | 1010110 | 1010000 | 0 | 1010 | 11101100 | 1010000 | 110100 |
Color Harmonies of #212DE6
Complementary color
Monochromatic Colors of #212DE6
Black with #212DE6
Text Example
Text Example
White with #212DE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212DE6; }
p { color: rgb(33,45,230); }
H1.HeaderClassName
{
color: #212DE6;
}
.AnyTagClassName
{
color: #212DE6;
}
</style>
background-color css
<style>
a { background-color: #212DE6; }
a { background-color: rgb(33,45,230); }
div.DivClassName
{
background-color: #212DE6;
}
.BgClassName
{
background-color: #212DE6;
}
</style>
border-color css
<style>
span { border-color: #212DE6; }
span { border-color: rgb(33,45,230); }
td.TdClassName
{
border-color: #212DE6;
}
.TagClassName
{
border-color: #212DE6;
}
</style>