Shades of Persian Blue #2040CB
Tints of Persian Blue #2040CB
RGB
CMYK
RGB Variations
Color information
#2040CB (or 0x2040CB) is known color: Persian Blue. HEX triplet: 20, 40 and CB. RGB value is (32,64,203). Sum of RGB (Red+Green+Blue) = 32+64+203=299 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.70% from 299); Green value is 64 (25.39% from 255 or 21.40% from 299); Blue value is 203 (79.69% from 255 or 67.89% from 299); Max value from RGB is 203 - color contains mainly: blue. Hex color #2040CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2040CB is #DFBF34. Grayscale: #454545. Windows color (decimal): -14663477 or 13320224. OLE color: 13320224.
HSL color Cylindrical-coordinate representation of color #2040CB: hue angle of 228.77º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2040CB is Cyan = 0.84, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 64 | 203 | - |
| CMYK | 0.84 | 0.68 | 0 | 0.20 |
| HSL | 228.77º | 0.73% | 0.46% | - |
| HSV(B) | 228.77º | 0.84% | 0.8% | - |
| XYZ | 13.21 | 8.29 | 57.4 | - |
| YUV | 70.28 | 202.9 | 100.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 64 | 203 | 0.84 | 0.68 | 0 | 0.20 | 228.77 | 0.73 | 0.46 |
| Hex | 20 | 40 | CB | 54 | 44 | 0 | 14 | E5 | 49 | 2E |
| Octal | 40 | 100 | 313 | 124 | 104 | 0 | 24 | 345 | 111 | 56 |
| Binary | 100000 | 1000000 | 11001011 | 1010100 | 1000100 | 0 | 10100 | 11100101 | 1001001 | 101110 |
Color Harmonies of #2040CB
Complementary color
Monochromatic Colors of #2040CB
Black with #2040CB
Text Example
Text Example
White with #2040CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2040CB; }
p { color: rgb(32,64,203); }
H1.HeaderClassName
{
color: #2040CB;
}
.AnyTagClassName
{
color: #2040CB;
}
</style>
background-color css
<style>
a { background-color: #2040CB; }
a { background-color: rgb(32,64,203); }
div.DivClassName
{
background-color: #2040CB;
}
.BgClassName
{
background-color: #2040CB;
}
</style>
border-color css
<style>
span { border-color: #2040CB; }
span { border-color: rgb(32,64,203); }
td.TdClassName
{
border-color: #2040CB;
}
.TagClassName
{
border-color: #2040CB;
}
</style>