Shades of Persian Blue #2429DB
Tints of Persian Blue #2429DB
RGB
CMYK
RGB Variations
Color information
#2429DB (or 0x2429DB) is known color: Persian Blue. HEX triplet: 24, 29 and DB. RGB value is (36,41,219). Sum of RGB (Red+Green+Blue) = 36+41+219=296 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.16% from 296); Green value is 41 (16.41% from 255 or 13.85% from 296); Blue value is 219 (85.94% from 255 or 73.99% from 296); Max value from RGB is 219 - color contains mainly: blue. Hex color #2429DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2429DB is #DBD624. Grayscale: #3B3B3B. Windows color (decimal): -14407205 or 14362916. OLE color: 14362916.
HSL color Cylindrical-coordinate representation of color #2429DB: hue angle of 238.36º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2429DB is Cyan = 0.84, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 36 | 41 | 219 | - |
| CMYK | 0.84 | 0.81 | 0 | 0.14 |
| HSL | 238.36º | 0.72% | 0.5% | - |
| HSV(B) | 238.36º | 0.84% | 0.86% | - |
| XYZ | 14.31 | 7.08 | 67.63 | - |
| YUV | 59.8 | 217.84 | 111.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 41 | 219 | 0.84 | 0.81 | 0 | 0.14 | 238.36 | 0.72 | 0.5 |
| Hex | 24 | 29 | DB | 54 | 51 | 0 | E | EE | 48 | 32 |
| Octal | 44 | 51 | 333 | 124 | 121 | 0 | 16 | 356 | 110 | 62 |
| Binary | 100100 | 101001 | 11011011 | 1010100 | 1010001 | 0 | 1110 | 11101110 | 1001000 | 110010 |
Color Harmonies of #2429DB
Complementary color
Monochromatic Colors of #2429DB
Black with #2429DB
Text Example
Text Example
White with #2429DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2429DB; }
p { color: rgb(36,41,219); }
H1.HeaderClassName
{
color: #2429DB;
}
.AnyTagClassName
{
color: #2429DB;
}
</style>
background-color css
<style>
a { background-color: #2429DB; }
a { background-color: rgb(36,41,219); }
div.DivClassName
{
background-color: #2429DB;
}
.BgClassName
{
background-color: #2429DB;
}
</style>
border-color css
<style>
span { border-color: #2429DB; }
span { border-color: rgb(36,41,219); }
td.TdClassName
{
border-color: #2429DB;
}
.TagClassName
{
border-color: #2429DB;
}
</style>