Shades of Persian Blue #2040BE
Tints of Persian Blue #2040BE
RGB
CMYK
RGB Variations
Color information
#2040BE (or 0x2040BE) is known color: Persian Blue. HEX triplet: 20, 40 and BE. RGB value is (32,64,190). Sum of RGB (Red+Green+Blue) = 32+64+190=286 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.19% from 286); Green value is 64 (25.39% from 255 or 22.38% from 286); Blue value is 190 (74.61% from 255 or 66.43% from 286); Max value from RGB is 190 - color contains mainly: blue. Hex color #2040BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2040BE is #DFBF41. Grayscale: #444444. Windows color (decimal): -14663490 or 12468256. OLE color: 12468256.
HSL color Cylindrical-coordinate representation of color #2040BE: hue angle of 227.85º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2040BE is Cyan = 0.83, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 64 | 190 | - |
| CMYK | 0.83 | 0.66 | 0 | 0.25 |
| HSL | 227.85º | 0.71% | 0.44% | - |
| HSV(B) | 227.85º | 0.83% | 0.75% | - |
| XYZ | 11.72 | 7.69 | 49.58 | - |
| YUV | 68.8 | 196.4 | 101.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 64 | 190 | 0.83 | 0.66 | 0 | 0.25 | 227.85 | 0.71 | 0.44 |
| Hex | 20 | 40 | BE | 53 | 42 | 0 | 19 | E4 | 47 | 2C |
| Octal | 40 | 100 | 276 | 123 | 102 | 0 | 31 | 344 | 107 | 54 |
| Binary | 100000 | 1000000 | 10111110 | 1010011 | 1000010 | 0 | 11001 | 11100100 | 1000111 | 101100 |
Color Harmonies of #2040BE
Complementary color
Monochromatic Colors of #2040BE
Black with #2040BE
Text Example
Text Example
White with #2040BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2040BE; }
p { color: rgb(32,64,190); }
H1.HeaderClassName
{
color: #2040BE;
}
.AnyTagClassName
{
color: #2040BE;
}
</style>
background-color css
<style>
a { background-color: #2040BE; }
a { background-color: rgb(32,64,190); }
div.DivClassName
{
background-color: #2040BE;
}
.BgClassName
{
background-color: #2040BE;
}
</style>
border-color css
<style>
span { border-color: #2040BE; }
span { border-color: rgb(32,64,190); }
td.TdClassName
{
border-color: #2040BE;
}
.TagClassName
{
border-color: #2040BE;
}
</style>