Shades of Persian Blue #2032AB
Tints of Persian Blue #2032AB
RGB
CMYK
RGB Variations
Color information
#2032AB (or 0x2032AB) is known color: Persian Blue. HEX triplet: 20, 32 and AB. RGB value is (32,50,171). Sum of RGB (Red+Green+Blue) = 32+50+171=253 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.65% from 253); Green value is 50 (19.92% from 255 or 19.76% from 253); Blue value is 171 (67.19% from 255 or 67.59% from 253); Max value from RGB is 171 - color contains mainly: blue. Hex color #2032AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2032AB is #DFCD54. Grayscale: #393939. Windows color (decimal): -14667093 or 11219488. OLE color: 11219488.
HSL color Cylindrical-coordinate representation of color #2032AB: hue angle of 232.23º 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 #2032AB is Cyan = 0.81, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 50 | 171 | - |
| CMYK | 0.81 | 0.71 | 0 | 0.33 |
| HSL | 232.23º | 0.68% | 0.4% | - |
| HSV(B) | 232.23º | 0.81% | 0.67% | - |
| XYZ | 9.09 | 5.53 | 39.12 | - |
| YUV | 58.41 | 191.54 | 109.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 50 | 171 | 0.81 | 0.71 | 0 | 0.33 | 232.23 | 0.68 | 0.4 |
| Hex | 20 | 32 | AB | 51 | 47 | 0 | 21 | E8 | 44 | 28 |
| Octal | 40 | 62 | 253 | 121 | 107 | 0 | 41 | 350 | 104 | 50 |
| Binary | 100000 | 110010 | 10101011 | 1010001 | 1000111 | 0 | 100001 | 11101000 | 1000100 | 101000 |
Color Harmonies of #2032AB
Complementary color
Monochromatic Colors of #2032AB
Black with #2032AB
Text Example
Text Example
White with #2032AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2032AB; }
p { color: rgb(32,50,171); }
H1.HeaderClassName
{
color: #2032AB;
}
.AnyTagClassName
{
color: #2032AB;
}
</style>
background-color css
<style>
a { background-color: #2032AB; }
a { background-color: rgb(32,50,171); }
div.DivClassName
{
background-color: #2032AB;
}
.BgClassName
{
background-color: #2032AB;
}
</style>
border-color css
<style>
span { border-color: #2032AB; }
span { border-color: rgb(32,50,171); }
td.TdClassName
{
border-color: #2032AB;
}
.TagClassName
{
border-color: #2032AB;
}
</style>