Shades of Persian Blue #2428AD
Tints of Persian Blue #2428AD
RGB
CMYK
RGB Variations
Color information
#2428AD (or 0x2428AD) is known color: Persian Blue. HEX triplet: 24, 28 and AD. RGB value is (36,40,173). Sum of RGB (Red+Green+Blue) = 36+40+173=249 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.46% from 249); Green value is 40 (16.02% from 255 or 16.06% from 249); Blue value is 173 (67.97% from 255 or 69.48% from 249); Max value from RGB is 173 - color contains mainly: blue. Hex color #2428AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2428AD is #DBD752. Grayscale: #353535. Windows color (decimal): -14407507 or 11348004. OLE color: 11348004.
HSL color Cylindrical-coordinate representation of color #2428AD: hue angle of 238.25º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2428AD is Cyan = 0.79, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 36 | 40 | 173 | - |
| CMYK | 0.79 | 0.77 | 0 | 0.32 |
| HSL | 238.25º | 0.66% | 0.41% | - |
| HSV(B) | 238.25º | 0.79% | 0.68% | - |
| XYZ | 9.03 | 4.91 | 40.01 | - |
| YUV | 53.97 | 195.17 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 40 | 173 | 0.79 | 0.77 | 0 | 0.32 | 238.25 | 0.66 | 0.41 |
| Hex | 24 | 28 | AD | 4F | 4D | 0 | 20 | EE | 42 | 29 |
| Octal | 44 | 50 | 255 | 117 | 115 | 0 | 40 | 356 | 102 | 51 |
| Binary | 100100 | 101000 | 10101101 | 1001111 | 1001101 | 0 | 100000 | 11101110 | 1000010 | 101001 |
Color Harmonies of #2428AD
Complementary color
Monochromatic Colors of #2428AD
Black with #2428AD
Text Example
Text Example
White with #2428AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2428AD; }
p { color: rgb(36,40,173); }
H1.HeaderClassName
{
color: #2428AD;
}
.AnyTagClassName
{
color: #2428AD;
}
</style>
background-color css
<style>
a { background-color: #2428AD; }
a { background-color: rgb(36,40,173); }
div.DivClassName
{
background-color: #2428AD;
}
.BgClassName
{
background-color: #2428AD;
}
</style>
border-color css
<style>
span { border-color: #2428AD; }
span { border-color: rgb(36,40,173); }
td.TdClassName
{
border-color: #2428AD;
}
.TagClassName
{
border-color: #2428AD;
}
</style>