Shades of Persian Blue #2036AD
Tints of Persian Blue #2036AD
RGB
CMYK
RGB Variations
Color information
#2036AD (or 0x2036AD) is known color: Persian Blue. HEX triplet: 20, 36 and AD. RGB value is (32,54,173). Sum of RGB (Red+Green+Blue) = 32+54+173=259 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.36% from 259); Green value is 54 (21.48% from 255 or 20.85% from 259); Blue value is 173 (67.97% from 255 or 66.80% from 259); Max value from RGB is 173 - color contains mainly: blue. Hex color #2036AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2036AD is #DFC952. Grayscale: #3C3C3C. Windows color (decimal): -14666067 or 11351584. OLE color: 11351584.
HSL color Cylindrical-coordinate representation of color #2036AD: hue angle of 230.64º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2036AD is Cyan = 0.82, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 32 | 54 | 173 | - |
| CMYK | 0.82 | 0.69 | 0 | 0.32 |
| HSL | 230.64º | 0.69% | 0.4% | - |
| HSV(B) | 230.64º | 0.82% | 0.68% | - |
| XYZ | 9.46 | 5.96 | 40.19 | - |
| YUV | 60.99 | 191.21 | 107.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 54 | 173 | 0.82 | 0.69 | 0 | 0.32 | 230.64 | 0.69 | 0.4 |
| Hex | 20 | 36 | AD | 52 | 45 | 0 | 20 | E7 | 45 | 28 |
| Octal | 40 | 66 | 255 | 122 | 105 | 0 | 40 | 347 | 105 | 50 |
| Binary | 100000 | 110110 | 10101101 | 1010010 | 1000101 | 0 | 100000 | 11100111 | 1000101 | 101000 |
Color Harmonies of #2036AD
Complementary color
Monochromatic Colors of #2036AD
Black with #2036AD
Text Example
Text Example
White with #2036AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2036AD; }
p { color: rgb(32,54,173); }
H1.HeaderClassName
{
color: #2036AD;
}
.AnyTagClassName
{
color: #2036AD;
}
</style>
background-color css
<style>
a { background-color: #2036AD; }
a { background-color: rgb(32,54,173); }
div.DivClassName
{
background-color: #2036AD;
}
.BgClassName
{
background-color: #2036AD;
}
</style>
border-color css
<style>
span { border-color: #2036AD; }
span { border-color: rgb(32,54,173); }
td.TdClassName
{
border-color: #2036AD;
}
.TagClassName
{
border-color: #2036AD;
}
</style>