Shades of Persian Blue #212DB4
Tints of Persian Blue #212DB4
RGB
CMYK
RGB Variations
Color information
#212DB4 (or 0x212DB4) is known color: Persian Blue. HEX triplet: 21, 2D and B4. RGB value is (33,45,180). Sum of RGB (Red+Green+Blue) = 33+45+180=258 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.79% from 258); Green value is 45 (17.97% from 255 or 17.44% from 258); Blue value is 180 (70.70% from 255 or 69.77% from 258); Max value from RGB is 180 - color contains mainly: blue. Hex color #212DB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #212DB4 is #DED24B. Grayscale: #383838. Windows color (decimal): -14602828 or 11808033. OLE color: 11808033.
HSL color Cylindrical-coordinate representation of color #212DB4: hue angle of 235.1º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #212DB4 is Cyan = 0.82, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 33 | 45 | 180 | - |
| CMYK | 0.82 | 0.75 | 0 | 0.29 |
| HSL | 235.1º | 0.69% | 0.42% | - |
| HSV(B) | 235.1º | 0.82% | 0.71% | - |
| XYZ | 9.8 | 5.5 | 43.72 | - |
| YUV | 56.8 | 197.52 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 45 | 180 | 0.82 | 0.75 | 0 | 0.29 | 235.1 | 0.69 | 0.42 |
| Hex | 21 | 2D | B4 | 52 | 4B | 0 | 1D | EB | 45 | 2A |
| Octal | 41 | 55 | 264 | 122 | 113 | 0 | 35 | 353 | 105 | 52 |
| Binary | 100001 | 101101 | 10110100 | 1010010 | 1001011 | 0 | 11101 | 11101011 | 1000101 | 101010 |
Color Harmonies of #212DB4
Complementary color
Monochromatic Colors of #212DB4
Black with #212DB4
Text Example
Text Example
White with #212DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212DB4; }
p { color: rgb(33,45,180); }
H1.HeaderClassName
{
color: #212DB4;
}
.AnyTagClassName
{
color: #212DB4;
}
</style>
background-color css
<style>
a { background-color: #212DB4; }
a { background-color: rgb(33,45,180); }
div.DivClassName
{
background-color: #212DB4;
}
.BgClassName
{
background-color: #212DB4;
}
</style>
border-color css
<style>
span { border-color: #212DB4; }
span { border-color: rgb(33,45,180); }
td.TdClassName
{
border-color: #212DB4;
}
.TagClassName
{
border-color: #212DB4;
}
</style>