Shades of Persian Blue #212DBD
Tints of Persian Blue #212DBD
RGB
CMYK
RGB Variations
Color information
#212DBD (or 0x212DBD) is known color: Persian Blue. HEX triplet: 21, 2D and BD. RGB value is (33,45,189). Sum of RGB (Red+Green+Blue) = 33+45+189=267 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.36% from 267); Green value is 45 (17.97% from 255 or 16.85% from 267); Blue value is 189 (74.22% from 255 or 70.79% from 267); Max value from RGB is 189 - color contains mainly: blue. Hex color #212DBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #212DBD is #DED242. Grayscale: #393939. Windows color (decimal): -14602819 or 12397857. OLE color: 12397857.
HSL color Cylindrical-coordinate representation of color #212DBD: hue angle of 235.38º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #212DBD is Cyan = 0.83, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 33 | 45 | 189 | - |
| CMYK | 0.83 | 0.76 | 0 | 0.26 |
| HSL | 235.38º | 0.7% | 0.44% | - |
| HSV(B) | 235.38º | 0.83% | 0.74% | - |
| XYZ | 10.75 | 5.87 | 48.71 | - |
| YUV | 57.83 | 202.02 | 110.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 45 | 189 | 0.83 | 0.76 | 0 | 0.26 | 235.38 | 0.7 | 0.44 |
| Hex | 21 | 2D | BD | 53 | 4C | 0 | 1A | EB | 46 | 2C |
| Octal | 41 | 55 | 275 | 123 | 114 | 0 | 32 | 353 | 106 | 54 |
| Binary | 100001 | 101101 | 10111101 | 1010011 | 1001100 | 0 | 11010 | 11101011 | 1000110 | 101100 |
Color Harmonies of #212DBD
Complementary color
Monochromatic Colors of #212DBD
Black with #212DBD
Text Example
Text Example
White with #212DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212DBD; }
p { color: rgb(33,45,189); }
H1.HeaderClassName
{
color: #212DBD;
}
.AnyTagClassName
{
color: #212DBD;
}
</style>
background-color css
<style>
a { background-color: #212DBD; }
a { background-color: rgb(33,45,189); }
div.DivClassName
{
background-color: #212DBD;
}
.BgClassName
{
background-color: #212DBD;
}
</style>
border-color css
<style>
span { border-color: #212DBD; }
span { border-color: rgb(33,45,189); }
td.TdClassName
{
border-color: #212DBD;
}
.TagClassName
{
border-color: #212DBD;
}
</style>