Shades of Persian Blue #212BDA
Tints of Persian Blue #212BDA
RGB
CMYK
RGB Variations
Color information
#212BDA (or 0x212BDA) is known color: Persian Blue. HEX triplet: 21, 2B and DA. RGB value is (33,43,218). Sum of RGB (Red+Green+Blue) = 33+43+218=294 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.22% from 294); Green value is 43 (17.19% from 255 or 14.63% from 294); Blue value is 218 (85.55% from 255 or 74.15% from 294); Max value from RGB is 218 - color contains mainly: blue. Hex color #212BDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #212BDA is #DED425. Grayscale: #3B3B3B. Windows color (decimal): -14603302 or 14297889. OLE color: 14297889.
HSL color Cylindrical-coordinate representation of color #212BDA: hue angle of 236.76º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #212BDA is Cyan = 0.85, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 33 | 43 | 218 | - |
| CMYK | 0.85 | 0.80 | 0 | 0.15 |
| HSL | 236.76º | 0.74% | 0.49% | - |
| HSV(B) | 236.76º | 0.85% | 0.85% | - |
| XYZ | 14.15 | 7.11 | 66.96 | - |
| YUV | 59.96 | 217.19 | 108.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 43 | 218 | 0.85 | 0.80 | 0 | 0.15 | 236.76 | 0.74 | 0.49 |
| Hex | 21 | 2B | DA | 55 | 50 | 0 | F | ED | 4A | 31 |
| Octal | 41 | 53 | 332 | 125 | 120 | 0 | 17 | 355 | 112 | 61 |
| Binary | 100001 | 101011 | 11011010 | 1010101 | 1010000 | 0 | 1111 | 11101101 | 1001010 | 110001 |
Color Harmonies of #212BDA
Complementary color
Monochromatic Colors of #212BDA
Black with #212BDA
Text Example
Text Example
White with #212BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212BDA; }
p { color: rgb(33,43,218); }
H1.HeaderClassName
{
color: #212BDA;
}
.AnyTagClassName
{
color: #212BDA;
}
</style>
background-color css
<style>
a { background-color: #212BDA; }
a { background-color: rgb(33,43,218); }
div.DivClassName
{
background-color: #212BDA;
}
.BgClassName
{
background-color: #212BDA;
}
</style>
border-color css
<style>
span { border-color: #212BDA; }
span { border-color: rgb(33,43,218); }
td.TdClassName
{
border-color: #212BDA;
}
.TagClassName
{
border-color: #212BDA;
}
</style>