Shades of Persian Blue #2044AB
Tints of Persian Blue #2044AB
RGB
CMYK
RGB Variations
Color information
#2044AB (or 0x2044AB) is known color: Persian Blue. HEX triplet: 20, 44 and AB. RGB value is (32,68,171). Sum of RGB (Red+Green+Blue) = 32+68+171=271 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.81% from 271); Green value is 68 (26.95% from 255 or 25.09% from 271); Blue value is 171 (67.19% from 255 or 63.10% from 271); Max value from RGB is 171 - color contains mainly: blue. Hex color #2044AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2044AB is #DFBB54. Grayscale: #444444. Windows color (decimal): -14662485 or 11224096. OLE color: 11224096.
HSL color Cylindrical-coordinate representation of color #2044AB: hue angle of 224.46º degrees, saturation: 0.68, 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 #2044AB is Cyan = 0.81, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 68 | 171 | - |
| CMYK | 0.81 | 0.60 | 0 | 0.33 |
| HSL | 224.46º | 0.68% | 0.4% | - |
| HSV(B) | 224.46º | 0.81% | 0.67% | - |
| XYZ | 10.01 | 7.38 | 39.43 | - |
| YUV | 68.98 | 185.57 | 101.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 68 | 171 | 0.81 | 0.60 | 0 | 0.33 | 224.46 | 0.68 | 0.4 |
| Hex | 20 | 44 | AB | 51 | 3C | 0 | 21 | E0 | 44 | 28 |
| Octal | 40 | 104 | 253 | 121 | 74 | 0 | 41 | 340 | 104 | 50 |
| Binary | 100000 | 1000100 | 10101011 | 1010001 | 111100 | 0 | 100001 | 11100000 | 1000100 | 101000 |
Color Harmonies of #2044AB
Complementary color
Monochromatic Colors of #2044AB
Black with #2044AB
Text Example
Text Example
White with #2044AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2044AB; }
p { color: rgb(32,68,171); }
H1.HeaderClassName
{
color: #2044AB;
}
.AnyTagClassName
{
color: #2044AB;
}
</style>
background-color css
<style>
a { background-color: #2044AB; }
a { background-color: rgb(32,68,171); }
div.DivClassName
{
background-color: #2044AB;
}
.BgClassName
{
background-color: #2044AB;
}
</style>
border-color css
<style>
span { border-color: #2044AB; }
span { border-color: rgb(32,68,171); }
td.TdClassName
{
border-color: #2044AB;
}
.TagClassName
{
border-color: #2044AB;
}
</style>