Shades of Persian Blue #2440CE
Tints of Persian Blue #2440CE
RGB
CMYK
RGB Variations
Color information
#2440CE (or 0x2440CE) is known color: Persian Blue. HEX triplet: 24, 40 and CE. RGB value is (36,64,206). Sum of RGB (Red+Green+Blue) = 36+64+206=306 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.76% from 306); Green value is 64 (25.39% from 255 or 20.92% from 306); Blue value is 206 (80.86% from 255 or 67.32% from 306); Max value from RGB is 206 - color contains mainly: blue. Hex color #2440CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2440CE is #DBBF31. Grayscale: #474747. Windows color (decimal): -14401330 or 13516836. OLE color: 13516836.
HSL color Cylindrical-coordinate representation of color #2440CE: hue angle of 230.12º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2440CE is Cyan = 0.83, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 36 | 64 | 206 | - |
| CMYK | 0.83 | 0.69 | 0 | 0.19 |
| HSL | 230.12º | 0.7% | 0.47% | - |
| HSV(B) | 230.12º | 0.83% | 0.81% | - |
| XYZ | 13.7 | 8.5 | 59.31 | - |
| YUV | 71.82 | 203.72 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 64 | 206 | 0.83 | 0.69 | 0 | 0.19 | 230.12 | 0.7 | 0.47 |
| Hex | 24 | 40 | CE | 53 | 45 | 0 | 13 | E6 | 46 | 2F |
| Octal | 44 | 100 | 316 | 123 | 105 | 0 | 23 | 346 | 106 | 57 |
| Binary | 100100 | 1000000 | 11001110 | 1010011 | 1000101 | 0 | 10011 | 11100110 | 1000110 | 101111 |
Color Harmonies of #2440CE
Complementary color
Monochromatic Colors of #2440CE
Black with #2440CE
Text Example
Text Example
White with #2440CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2440CE; }
p { color: rgb(36,64,206); }
H1.HeaderClassName
{
color: #2440CE;
}
.AnyTagClassName
{
color: #2440CE;
}
</style>
background-color css
<style>
a { background-color: #2440CE; }
a { background-color: rgb(36,64,206); }
div.DivClassName
{
background-color: #2440CE;
}
.BgClassName
{
background-color: #2440CE;
}
</style>
border-color css
<style>
span { border-color: #2440CE; }
span { border-color: rgb(36,64,206); }
td.TdClassName
{
border-color: #2440CE;
}
.TagClassName
{
border-color: #2440CE;
}
</style>