Shades of Persian Blue #212DBE
Tints of Persian Blue #212DBE
RGB
CMYK
RGB Variations
Color information
#212DBE (or 0x212DBE) is known color: Persian Blue. HEX triplet: 21, 2D and BE. RGB value is (33,45,190). Sum of RGB (Red+Green+Blue) = 33+45+190=268 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.31% from 268); Green value is 45 (17.97% from 255 or 16.79% from 268); Blue value is 190 (74.61% from 255 or 70.90% from 268); Max value from RGB is 190 - color contains mainly: blue. Hex color #212DBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #212DBE is #DED241. Grayscale: #393939. Windows color (decimal): -14602818 or 12463393. OLE color: 12463393.
HSL color Cylindrical-coordinate representation of color #212DBE: hue angle of 235.41º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #212DBE is Cyan = 0.83, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 45 | 190 | - |
| CMYK | 0.83 | 0.76 | 0 | 0.25 |
| HSL | 235.41º | 0.7% | 0.44% | - |
| HSV(B) | 235.41º | 0.83% | 0.75% | - |
| XYZ | 10.86 | 5.92 | 49.29 | - |
| YUV | 57.94 | 202.52 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 45 | 190 | 0.83 | 0.76 | 0 | 0.25 | 235.41 | 0.7 | 0.44 |
| Hex | 21 | 2D | BE | 53 | 4C | 0 | 19 | EB | 46 | 2C |
| Octal | 41 | 55 | 276 | 123 | 114 | 0 | 31 | 353 | 106 | 54 |
| Binary | 100001 | 101101 | 10111110 | 1010011 | 1001100 | 0 | 11001 | 11101011 | 1000110 | 101100 |
Color Harmonies of #212DBE
Complementary color
Monochromatic Colors of #212DBE
Black with #212DBE
Text Example
Text Example
White with #212DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212DBE; }
p { color: rgb(33,45,190); }
H1.HeaderClassName
{
color: #212DBE;
}
.AnyTagClassName
{
color: #212DBE;
}
</style>
background-color css
<style>
a { background-color: #212DBE; }
a { background-color: rgb(33,45,190); }
div.DivClassName
{
background-color: #212DBE;
}
.BgClassName
{
background-color: #212DBE;
}
</style>
border-color css
<style>
span { border-color: #212DBE; }
span { border-color: rgb(33,45,190); }
td.TdClassName
{
border-color: #212DBE;
}
.TagClassName
{
border-color: #212DBE;
}
</style>