Shades of Persian Blue #2428ED
Tints of Persian Blue #2428ED
RGB
CMYK
RGB Variations
Color information
#2428ED (or 0x2428ED) is known color: Persian Blue. HEX triplet: 24, 28 and ED. RGB value is (36,40,237). Sum of RGB (Red+Green+Blue) = 36+40+237=313 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.50% from 313); Green value is 40 (16.02% from 255 or 12.78% from 313); Blue value is 237 (92.97% from 255 or 75.72% from 313); Max value from RGB is 237 - color contains mainly: blue. Hex color #2428ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2428ED is #DBD712. Grayscale: #3C3C3C. Windows color (decimal): -14407443 or 15542308. OLE color: 15542308.
HSL color Cylindrical-coordinate representation of color #2428ED: hue angle of 238.81º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2428ED is Cyan = 0.85, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 36 | 40 | 237 | - |
| CMYK | 0.85 | 0.83 | 0 | 0.07 |
| HSL | 238.81º | 0.85% | 0.54% | - |
| HSV(B) | 238.81º | 0.85% | 0.93% | - |
| XYZ | 16.77 | 8.01 | 80.78 | - |
| YUV | 61.26 | 227.17 | 109.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 40 | 237 | 0.85 | 0.83 | 0 | 0.07 | 238.81 | 0.85 | 0.54 |
| Hex | 24 | 28 | ED | 55 | 53 | 0 | 7 | EF | 55 | 36 |
| Octal | 44 | 50 | 355 | 125 | 123 | 0 | 7 | 357 | 125 | 66 |
| Binary | 100100 | 101000 | 11101101 | 1010101 | 1010011 | 0 | 111 | 11101111 | 1010101 | 110110 |
Color Harmonies of #2428ED
Complementary color
Monochromatic Colors of #2428ED
Black with #2428ED
Text Example
Text Example
White with #2428ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2428ED; }
p { color: rgb(36,40,237); }
H1.HeaderClassName
{
color: #2428ED;
}
.AnyTagClassName
{
color: #2428ED;
}
</style>
background-color css
<style>
a { background-color: #2428ED; }
a { background-color: rgb(36,40,237); }
div.DivClassName
{
background-color: #2428ED;
}
.BgClassName
{
background-color: #2428ED;
}
</style>
border-color css
<style>
span { border-color: #2428ED; }
span { border-color: rgb(36,40,237); }
td.TdClassName
{
border-color: #2428ED;
}
.TagClassName
{
border-color: #2428ED;
}
</style>