Shades of Persian Blue #2045AB
Tints of Persian Blue #2045AB
RGB
CMYK
RGB Variations
Color information
#2045AB (or 0x2045AB) is known color: Persian Blue. HEX triplet: 20, 45 and AB. RGB value is (32,69,171). Sum of RGB (Red+Green+Blue) = 32+69+171=272 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.76% from 272); Green value is 69 (27.34% from 255 or 25.37% from 272); Blue value is 171 (67.19% from 255 or 62.87% from 272); Max value from RGB is 171 - color contains mainly: blue. Hex color #2045AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2045AB is #DFBA54. Grayscale: #454545. Windows color (decimal): -14662229 or 11224352. OLE color: 11224352.
HSL color Cylindrical-coordinate representation of color #2045AB: hue angle of 224.03º 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 #2045AB is Cyan = 0.81, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 69 | 171 | - |
| CMYK | 0.81 | 0.60 | 0 | 0.33 |
| HSL | 224.03º | 0.68% | 0.4% | - |
| HSV(B) | 224.03º | 0.81% | 0.67% | - |
| XYZ | 10.07 | 7.5 | 39.45 | - |
| YUV | 69.57 | 185.24 | 101.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 69 | 171 | 0.81 | 0.60 | 0 | 0.33 | 224.03 | 0.68 | 0.4 |
| Hex | 20 | 45 | AB | 51 | 3C | 0 | 21 | E0 | 44 | 28 |
| Octal | 40 | 105 | 253 | 121 | 74 | 0 | 41 | 340 | 104 | 50 |
| Binary | 100000 | 1000101 | 10101011 | 1010001 | 111100 | 0 | 100001 | 11100000 | 1000100 | 101000 |
Color Harmonies of #2045AB
Complementary color
Monochromatic Colors of #2045AB
Black with #2045AB
Text Example
Text Example
White with #2045AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2045AB; }
p { color: rgb(32,69,171); }
H1.HeaderClassName
{
color: #2045AB;
}
.AnyTagClassName
{
color: #2045AB;
}
</style>
background-color css
<style>
a { background-color: #2045AB; }
a { background-color: rgb(32,69,171); }
div.DivClassName
{
background-color: #2045AB;
}
.BgClassName
{
background-color: #2045AB;
}
</style>
border-color css
<style>
span { border-color: #2045AB; }
span { border-color: rgb(32,69,171); }
td.TdClassName
{
border-color: #2045AB;
}
.TagClassName
{
border-color: #2045AB;
}
</style>