Shades of Persian Blue #212FDB
Tints of Persian Blue #212FDB
RGB
CMYK
RGB Variations
Color information
#212FDB (or 0x212FDB) is known color: Persian Blue. HEX triplet: 21, 2F and DB. RGB value is (33,47,219). Sum of RGB (Red+Green+Blue) = 33+47+219=299 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.04% from 299); Green value is 47 (18.75% from 255 or 15.72% from 299); Blue value is 219 (85.94% from 255 or 73.24% from 299); Max value from RGB is 219 - color contains mainly: blue. Hex color #212FDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #212FDB is #DED024. Grayscale: #3D3D3D. Windows color (decimal): -14602277 or 14364449. OLE color: 14364449.
HSL color Cylindrical-coordinate representation of color #212FDB: hue angle of 235.48º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #212FDB is Cyan = 0.85, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 47 | 219 | - |
| CMYK | 0.85 | 0.79 | 0 | 0.14 |
| HSL | 235.48º | 0.74% | 0.49% | - |
| HSV(B) | 235.48º | 0.85% | 0.86% | - |
| XYZ | 14.43 | 7.47 | 67.7 | - |
| YUV | 62.42 | 216.36 | 107.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 47 | 219 | 0.85 | 0.79 | 0 | 0.14 | 235.48 | 0.74 | 0.49 |
| Hex | 21 | 2F | DB | 55 | 4F | 0 | E | EB | 4A | 31 |
| Octal | 41 | 57 | 333 | 125 | 117 | 0 | 16 | 353 | 112 | 61 |
| Binary | 100001 | 101111 | 11011011 | 1010101 | 1001111 | 0 | 1110 | 11101011 | 1001010 | 110001 |
Color Harmonies of #212FDB
Complementary color
Monochromatic Colors of #212FDB
Black with #212FDB
Text Example
Text Example
White with #212FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212FDB; }
p { color: rgb(33,47,219); }
H1.HeaderClassName
{
color: #212FDB;
}
.AnyTagClassName
{
color: #212FDB;
}
</style>
background-color css
<style>
a { background-color: #212FDB; }
a { background-color: rgb(33,47,219); }
div.DivClassName
{
background-color: #212FDB;
}
.BgClassName
{
background-color: #212FDB;
}
</style>
border-color css
<style>
span { border-color: #212FDB; }
span { border-color: rgb(33,47,219); }
td.TdClassName
{
border-color: #212FDB;
}
.TagClassName
{
border-color: #212FDB;
}
</style>