Shades of Persian Blue #2034AC
Tints of Persian Blue #2034AC
RGB
CMYK
RGB Variations
Color information
#2034AC (or 0x2034AC) is known color: Persian Blue. HEX triplet: 20, 34 and AC. RGB value is (32,52,172). Sum of RGB (Red+Green+Blue) = 32+52+172=256 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.5% from 256); Green value is 52 (20.70% from 255 or 20.31% from 256); Blue value is 172 (67.58% from 255 or 67.19% from 256); Max value from RGB is 172 - color contains mainly: blue. Hex color #2034AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2034AC is #DFCB53. Grayscale: #3B3B3B. Windows color (decimal): -14666580 or 11285536. OLE color: 11285536.
HSL color Cylindrical-coordinate representation of color #2034AC: hue angle of 231.43º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2034AC is Cyan = 0.81, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 52 | 172 | - |
| CMYK | 0.81 | 0.70 | 0 | 0.33 |
| HSL | 231.43º | 0.69% | 0.4% | - |
| HSV(B) | 231.43º | 0.81% | 0.67% | - |
| XYZ | 9.27 | 5.74 | 39.65 | - |
| YUV | 59.7 | 191.37 | 108.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 52 | 172 | 0.81 | 0.70 | 0 | 0.33 | 231.43 | 0.69 | 0.4 |
| Hex | 20 | 34 | AC | 51 | 46 | 0 | 21 | E7 | 45 | 28 |
| Octal | 40 | 64 | 254 | 121 | 106 | 0 | 41 | 347 | 105 | 50 |
| Binary | 100000 | 110100 | 10101100 | 1010001 | 1000110 | 0 | 100001 | 11100111 | 1000101 | 101000 |
Color Harmonies of #2034AC
Complementary color
Monochromatic Colors of #2034AC
Black with #2034AC
Text Example
Text Example
White with #2034AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2034AC; }
p { color: rgb(32,52,172); }
H1.HeaderClassName
{
color: #2034AC;
}
.AnyTagClassName
{
color: #2034AC;
}
</style>
background-color css
<style>
a { background-color: #2034AC; }
a { background-color: rgb(32,52,172); }
div.DivClassName
{
background-color: #2034AC;
}
.BgClassName
{
background-color: #2034AC;
}
</style>
border-color css
<style>
span { border-color: #2034AC; }
span { border-color: rgb(32,52,172); }
td.TdClassName
{
border-color: #2034AC;
}
.TagClassName
{
border-color: #2034AC;
}
</style>