Shades of Persian Blue #2036BA
Tints of Persian Blue #2036BA
RGB
CMYK
RGB Variations
Color information
#2036BA (or 0x2036BA) is known color: Persian Blue. HEX triplet: 20, 36 and BA. RGB value is (32,54,186). Sum of RGB (Red+Green+Blue) = 32+54+186=272 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.76% from 272); Green value is 54 (21.48% from 255 or 19.85% from 272); Blue value is 186 (73.05% from 255 or 68.38% from 272); Max value from RGB is 186 - color contains mainly: blue. Hex color #2036BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2036BA is #DFC945. Grayscale: #3D3D3D. Windows color (decimal): -14666054 or 12203552. OLE color: 12203552.
HSL color Cylindrical-coordinate representation of color #2036BA: hue angle of 231.43º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2036BA is Cyan = 0.83, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 32 | 54 | 186 | - |
| CMYK | 0.83 | 0.71 | 0 | 0.27 |
| HSL | 231.43º | 0.71% | 0.43% | - |
| HSV(B) | 231.43º | 0.83% | 0.73% | - |
| XYZ | 10.78 | 6.49 | 47.14 | - |
| YUV | 62.47 | 197.71 | 106.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 54 | 186 | 0.83 | 0.71 | 0 | 0.27 | 231.43 | 0.71 | 0.43 |
| Hex | 20 | 36 | BA | 53 | 47 | 0 | 1B | E7 | 47 | 2B |
| Octal | 40 | 66 | 272 | 123 | 107 | 0 | 33 | 347 | 107 | 53 |
| Binary | 100000 | 110110 | 10111010 | 1010011 | 1000111 | 0 | 11011 | 11100111 | 1000111 | 101011 |
Color Harmonies of #2036BA
Complementary color
Monochromatic Colors of #2036BA
Black with #2036BA
Text Example
Text Example
White with #2036BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2036BA; }
p { color: rgb(32,54,186); }
H1.HeaderClassName
{
color: #2036BA;
}
.AnyTagClassName
{
color: #2036BA;
}
</style>
background-color css
<style>
a { background-color: #2036BA; }
a { background-color: rgb(32,54,186); }
div.DivClassName
{
background-color: #2036BA;
}
.BgClassName
{
background-color: #2036BA;
}
</style>
border-color css
<style>
span { border-color: #2036BA; }
span { border-color: rgb(32,54,186); }
td.TdClassName
{
border-color: #2036BA;
}
.TagClassName
{
border-color: #2036BA;
}
</style>