Shades of Persian Blue #2420CE
Tints of Persian Blue #2420CE
RGB
CMYK
RGB Variations
Color information
#2420CE (or 0x2420CE) is known color: Persian Blue. HEX triplet: 24, 20 and CE. RGB value is (36,32,206). Sum of RGB (Red+Green+Blue) = 36+32+206=274 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.14% from 274); Green value is 32 (12.89% from 255 or 11.68% from 274); Blue value is 206 (80.86% from 255 or 75.18% from 274); Max value from RGB is 206 - color contains mainly: blue. Hex color #2420CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2420CE is #DBDF31. Grayscale: #343434. Windows color (decimal): -14409522 or 13508644. OLE color: 13508644.
HSL color Cylindrical-coordinate representation of color #2420CE: hue angle of 241.38º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2420CE is Cyan = 0.83, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 36 | 32 | 206 | - |
| CMYK | 0.83 | 0.84 | 0 | 0.19 |
| HSL | 241.38º | 0.73% | 0.47% | - |
| HSV(B) | 241.38º | 0.84% | 0.81% | - |
| XYZ | 12.38 | 5.86 | 58.87 | - |
| YUV | 53.03 | 214.33 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 32 | 206 | 0.83 | 0.84 | 0 | 0.19 | 241.38 | 0.73 | 0.47 |
| Hex | 24 | 20 | CE | 53 | 54 | 0 | 13 | F1 | 49 | 2F |
| Octal | 44 | 40 | 316 | 123 | 124 | 0 | 23 | 361 | 111 | 57 |
| Binary | 100100 | 100000 | 11001110 | 1010011 | 1010100 | 0 | 10011 | 11110001 | 1001001 | 101111 |
Color Harmonies of #2420CE
Complementary color
Monochromatic Colors of #2420CE
Black with #2420CE
Text Example
Text Example
White with #2420CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2420CE; }
p { color: rgb(36,32,206); }
H1.HeaderClassName
{
color: #2420CE;
}
.AnyTagClassName
{
color: #2420CE;
}
</style>
background-color css
<style>
a { background-color: #2420CE; }
a { background-color: rgb(36,32,206); }
div.DivClassName
{
background-color: #2420CE;
}
.BgClassName
{
background-color: #2420CE;
}
</style>
border-color css
<style>
span { border-color: #2420CE; }
span { border-color: rgb(36,32,206); }
td.TdClassName
{
border-color: #2420CE;
}
.TagClassName
{
border-color: #2420CE;
}
</style>