Shades of Persian Blue #2040BC
Tints of Persian Blue #2040BC
RGB
CMYK
RGB Variations
Color information
#2040BC (or 0x2040BC) is known color: Persian Blue. HEX triplet: 20, 40 and BC. RGB value is (32,64,188). Sum of RGB (Red+Green+Blue) = 32+64+188=284 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.27% from 284); Green value is 64 (25.39% from 255 or 22.54% from 284); Blue value is 188 (73.83% from 255 or 66.20% from 284); Max value from RGB is 188 - color contains mainly: blue. Hex color #2040BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2040BC is #DFBF43. Grayscale: #444444. Windows color (decimal): -14663492 or 12337184. OLE color: 12337184.
HSL color Cylindrical-coordinate representation of color #2040BC: hue angle of 227.69º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2040BC is Cyan = 0.83, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 32 | 64 | 188 | - |
| CMYK | 0.83 | 0.66 | 0 | 0.26 |
| HSL | 227.69º | 0.71% | 0.43% | - |
| HSV(B) | 227.69º | 0.83% | 0.74% | - |
| XYZ | 11.51 | 7.6 | 48.44 | - |
| YUV | 68.57 | 195.4 | 101.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 64 | 188 | 0.83 | 0.66 | 0 | 0.26 | 227.69 | 0.71 | 0.43 |
| Hex | 20 | 40 | BC | 53 | 42 | 0 | 1A | E4 | 47 | 2B |
| Octal | 40 | 100 | 274 | 123 | 102 | 0 | 32 | 344 | 107 | 53 |
| Binary | 100000 | 1000000 | 10111100 | 1010011 | 1000010 | 0 | 11010 | 11100100 | 1000111 | 101011 |
Color Harmonies of #2040BC
Complementary color
Monochromatic Colors of #2040BC
Black with #2040BC
Text Example
Text Example
White with #2040BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2040BC; }
p { color: rgb(32,64,188); }
H1.HeaderClassName
{
color: #2040BC;
}
.AnyTagClassName
{
color: #2040BC;
}
</style>
background-color css
<style>
a { background-color: #2040BC; }
a { background-color: rgb(32,64,188); }
div.DivClassName
{
background-color: #2040BC;
}
.BgClassName
{
background-color: #2040BC;
}
</style>
border-color css
<style>
span { border-color: #2040BC; }
span { border-color: rgb(32,64,188); }
td.TdClassName
{
border-color: #2040BC;
}
.TagClassName
{
border-color: #2040BC;
}
</style>