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