Shades of Persian Blue #212DB2
Tints of Persian Blue #212DB2
RGB
CMYK
RGB Variations
Color information
#212DB2 (or 0x212DB2) is known color: Persian Blue. HEX triplet: 21, 2D and B2. RGB value is (33,45,178). Sum of RGB (Red+Green+Blue) = 33+45+178=256 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.89% from 256); Green value is 45 (17.97% from 255 or 17.58% from 256); Blue value is 178 (69.92% from 255 or 69.53% from 256); Max value from RGB is 178 - color contains mainly: blue. Hex color #212DB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212DB2 is #DED24D. Grayscale: #383838. Windows color (decimal): -14602830 or 11676961. OLE color: 11676961.
HSL color Cylindrical-coordinate representation of color #212DB2: hue angle of 235.03º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #212DB2 is Cyan = 0.81, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 33 | 45 | 178 | - |
| CMYK | 0.81 | 0.75 | 0 | 0.30 |
| HSL | 235.03º | 0.69% | 0.41% | - |
| HSV(B) | 235.03º | 0.81% | 0.7% | - |
| XYZ | 9.6 | 5.41 | 42.66 | - |
| YUV | 56.57 | 196.52 | 111.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 45 | 178 | 0.81 | 0.75 | 0 | 0.30 | 235.03 | 0.69 | 0.41 |
| Hex | 21 | 2D | B2 | 51 | 4B | 0 | 1E | EB | 45 | 29 |
| Octal | 41 | 55 | 262 | 121 | 113 | 0 | 36 | 353 | 105 | 51 |
| Binary | 100001 | 101101 | 10110010 | 1010001 | 1001011 | 0 | 11110 | 11101011 | 1000101 | 101001 |
Color Harmonies of #212DB2
Complementary color
Monochromatic Colors of #212DB2
Black with #212DB2
Text Example
Text Example
White with #212DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212DB2; }
p { color: rgb(33,45,178); }
H1.HeaderClassName
{
color: #212DB2;
}
.AnyTagClassName
{
color: #212DB2;
}
</style>
background-color css
<style>
a { background-color: #212DB2; }
a { background-color: rgb(33,45,178); }
div.DivClassName
{
background-color: #212DB2;
}
.BgClassName
{
background-color: #212DB2;
}
</style>
border-color css
<style>
span { border-color: #212DB2; }
span { border-color: rgb(33,45,178); }
td.TdClassName
{
border-color: #212DB2;
}
.TagClassName
{
border-color: #212DB2;
}
</style>