Shades of Persian Blue #2129DB
Tints of Persian Blue #2129DB
RGB
CMYK
RGB Variations
Color information
#2129DB (or 0x2129DB) is known color: Persian Blue. HEX triplet: 21, 29 and DB. RGB value is (33,41,219). Sum of RGB (Red+Green+Blue) = 33+41+219=293 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.26% from 293); Green value is 41 (16.41% from 255 or 13.99% from 293); Blue value is 219 (85.94% from 255 or 74.74% from 293); Max value from RGB is 219 - color contains mainly: blue. Hex color #2129DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2129DB is #DED624. Grayscale: #3A3A3A. Windows color (decimal): -14603813 or 14362913. OLE color: 14362913.
HSL color Cylindrical-coordinate representation of color #2129DB: hue angle of 237.42º 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 #2129DB is Cyan = 0.85, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 41 | 219 | - |
| CMYK | 0.85 | 0.81 | 0 | 0.14 |
| HSL | 237.42º | 0.74% | 0.49% | - |
| HSV(B) | 237.42º | 0.85% | 0.86% | - |
| XYZ | 14.21 | 7.02 | 67.62 | - |
| YUV | 58.9 | 218.35 | 109.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 41 | 219 | 0.85 | 0.81 | 0 | 0.14 | 237.42 | 0.74 | 0.49 |
| Hex | 21 | 29 | DB | 55 | 51 | 0 | E | ED | 4A | 31 |
| Octal | 41 | 51 | 333 | 125 | 121 | 0 | 16 | 355 | 112 | 61 |
| Binary | 100001 | 101001 | 11011011 | 1010101 | 1010001 | 0 | 1110 | 11101101 | 1001010 | 110001 |
Color Harmonies of #2129DB
Complementary color
Monochromatic Colors of #2129DB
Black with #2129DB
Text Example
Text Example
White with #2129DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2129DB; }
p { color: rgb(33,41,219); }
H1.HeaderClassName
{
color: #2129DB;
}
.AnyTagClassName
{
color: #2129DB;
}
</style>
background-color css
<style>
a { background-color: #2129DB; }
a { background-color: rgb(33,41,219); }
div.DivClassName
{
background-color: #2129DB;
}
.BgClassName
{
background-color: #2129DB;
}
</style>
border-color css
<style>
span { border-color: #2129DB; }
span { border-color: rgb(33,41,219); }
td.TdClassName
{
border-color: #2129DB;
}
.TagClassName
{
border-color: #2129DB;
}
</style>