Shades of Persian Blue #2040CE
Tints of Persian Blue #2040CE
RGB
CMYK
RGB Variations
Color information
#2040CE (or 0x2040CE) is known color: Persian Blue. HEX triplet: 20, 40 and CE. RGB value is (32,64,206). Sum of RGB (Red+Green+Blue) = 32+64+206=302 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.60% from 302); Green value is 64 (25.39% from 255 or 21.19% from 302); Blue value is 206 (80.86% from 255 or 68.21% from 302); Max value from RGB is 206 - color contains mainly: blue. Hex color #2040CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2040CE is #DFBF31. Grayscale: #464646. Windows color (decimal): -14663474 or 13516832. OLE color: 13516832.
HSL color Cylindrical-coordinate representation of color #2040CE: hue angle of 228.97º 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 #2040CE is Cyan = 0.84, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 64 | 206 | - |
| CMYK | 0.84 | 0.69 | 0 | 0.19 |
| HSL | 228.97º | 0.73% | 0.47% | - |
| HSV(B) | 228.97º | 0.84% | 0.81% | - |
| XYZ | 13.57 | 8.43 | 59.3 | - |
| YUV | 70.62 | 204.4 | 100.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 64 | 206 | 0.84 | 0.69 | 0 | 0.19 | 228.97 | 0.73 | 0.47 |
| Hex | 20 | 40 | CE | 54 | 45 | 0 | 13 | E5 | 49 | 2F |
| Octal | 40 | 100 | 316 | 124 | 105 | 0 | 23 | 345 | 111 | 57 |
| Binary | 100000 | 1000000 | 11001110 | 1010100 | 1000101 | 0 | 10011 | 11100101 | 1001001 | 101111 |
Color Harmonies of #2040CE
Complementary color
Monochromatic Colors of #2040CE
Black with #2040CE
Text Example
Text Example
White with #2040CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2040CE; }
p { color: rgb(32,64,206); }
H1.HeaderClassName
{
color: #2040CE;
}
.AnyTagClassName
{
color: #2040CE;
}
</style>
background-color css
<style>
a { background-color: #2040CE; }
a { background-color: rgb(32,64,206); }
div.DivClassName
{
background-color: #2040CE;
}
.BgClassName
{
background-color: #2040CE;
}
</style>
border-color css
<style>
span { border-color: #2040CE; }
span { border-color: rgb(32,64,206); }
td.TdClassName
{
border-color: #2040CE;
}
.TagClassName
{
border-color: #2040CE;
}
</style>