Shades of Persian Blue #2428DB
Tints of Persian Blue #2428DB
RGB
CMYK
RGB Variations
Color information
#2428DB (or 0x2428DB) is known color: Persian Blue. HEX triplet: 24, 28 and DB. RGB value is (36,40,219). Sum of RGB (Red+Green+Blue) = 36+40+219=295 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.20% from 295); Green value is 40 (16.02% from 255 or 13.56% from 295); Blue value is 219 (85.94% from 255 or 74.24% from 295); Max value from RGB is 219 - color contains mainly: blue. Hex color #2428DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2428DB is #DBD724. Grayscale: #3A3A3A. Windows color (decimal): -14407461 or 14362660. OLE color: 14362660.
HSL color Cylindrical-coordinate representation of color #2428DB: hue angle of 238.69º 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 #2428DB is Cyan = 0.84, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 36 | 40 | 219 | - |
| CMYK | 0.84 | 0.82 | 0 | 0.14 |
| HSL | 238.69º | 0.72% | 0.5% | - |
| HSV(B) | 238.69º | 0.84% | 0.86% | - |
| XYZ | 14.27 | 7.01 | 67.62 | - |
| YUV | 59.21 | 218.17 | 111.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 40 | 219 | 0.84 | 0.82 | 0 | 0.14 | 238.69 | 0.72 | 0.5 |
| Hex | 24 | 28 | DB | 54 | 52 | 0 | E | EF | 48 | 32 |
| Octal | 44 | 50 | 333 | 124 | 122 | 0 | 16 | 357 | 110 | 62 |
| Binary | 100100 | 101000 | 11011011 | 1010100 | 1010010 | 0 | 1110 | 11101111 | 1001000 | 110010 |
Color Harmonies of #2428DB
Complementary color
Monochromatic Colors of #2428DB
Black with #2428DB
Text Example
Text Example
White with #2428DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2428DB; }
p { color: rgb(36,40,219); }
H1.HeaderClassName
{
color: #2428DB;
}
.AnyTagClassName
{
color: #2428DB;
}
</style>
background-color css
<style>
a { background-color: #2428DB; }
a { background-color: rgb(36,40,219); }
div.DivClassName
{
background-color: #2428DB;
}
.BgClassName
{
background-color: #2428DB;
}
</style>
border-color css
<style>
span { border-color: #2428DB; }
span { border-color: rgb(36,40,219); }
td.TdClassName
{
border-color: #2428DB;
}
.TagClassName
{
border-color: #2428DB;
}
</style>