Shades of Persian Blue #2037BC
Tints of Persian Blue #2037BC
RGB
CMYK
RGB Variations
Color information
#2037BC (or 0x2037BC) is known color: Persian Blue. HEX triplet: 20, 37 and BC. RGB value is (32,55,188). Sum of RGB (Red+Green+Blue) = 32+55+188=275 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.64% from 275); Green value is 55 (21.88% from 255 or 20% from 275); Blue value is 188 (73.83% from 255 or 68.36% from 275); Max value from RGB is 188 - color contains mainly: blue. Hex color #2037BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2037BC is #DFC843. Grayscale: #3E3E3E. Windows color (decimal): -14665796 or 12334880. OLE color: 12334880.
HSL color Cylindrical-coordinate representation of color #2037BC: hue angle of 231.15º 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 #2037BC is Cyan = 0.83, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 32 | 55 | 188 | - |
| CMYK | 0.83 | 0.71 | 0 | 0.26 |
| HSL | 231.15º | 0.71% | 0.43% | - |
| HSV(B) | 231.15º | 0.83% | 0.74% | - |
| XYZ | 11.04 | 6.67 | 48.28 | - |
| YUV | 63.29 | 198.38 | 105.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 55 | 188 | 0.83 | 0.71 | 0 | 0.26 | 231.15 | 0.71 | 0.43 |
| Hex | 20 | 37 | BC | 53 | 47 | 0 | 1A | E7 | 47 | 2B |
| Octal | 40 | 67 | 274 | 123 | 107 | 0 | 32 | 347 | 107 | 53 |
| Binary | 100000 | 110111 | 10111100 | 1010011 | 1000111 | 0 | 11010 | 11100111 | 1000111 | 101011 |
Color Harmonies of #2037BC
Complementary color
Monochromatic Colors of #2037BC
Black with #2037BC
Text Example
Text Example
White with #2037BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2037BC; }
p { color: rgb(32,55,188); }
H1.HeaderClassName
{
color: #2037BC;
}
.AnyTagClassName
{
color: #2037BC;
}
</style>
background-color css
<style>
a { background-color: #2037BC; }
a { background-color: rgb(32,55,188); }
div.DivClassName
{
background-color: #2037BC;
}
.BgClassName
{
background-color: #2037BC;
}
</style>
border-color css
<style>
span { border-color: #2037BC; }
span { border-color: rgb(32,55,188); }
td.TdClassName
{
border-color: #2037BC;
}
.TagClassName
{
border-color: #2037BC;
}
</style>