Shades of Persian Blue #2033AD
Tints of Persian Blue #2033AD
RGB
CMYK
RGB Variations
Color information
#2033AD (or 0x2033AD) is known color: Persian Blue. HEX triplet: 20, 33 and AD. RGB value is (32,51,173). Sum of RGB (Red+Green+Blue) = 32+51+173=256 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.5% from 256); Green value is 51 (20.31% from 255 or 19.92% from 256); Blue value is 173 (67.97% from 255 or 67.58% from 256); Max value from RGB is 173 - color contains mainly: blue. Hex color #2033AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2033AD is #DFCC52. Grayscale: #3A3A3A. Windows color (decimal): -14666835 or 11350816. OLE color: 11350816.
HSL color Cylindrical-coordinate representation of color #2033AD: hue angle of 231.91º 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 #2033AD is Cyan = 0.82, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 32 | 51 | 173 | - |
| CMYK | 0.82 | 0.71 | 0 | 0.32 |
| HSL | 231.91º | 0.69% | 0.4% | - |
| HSV(B) | 231.91º | 0.82% | 0.68% | - |
| XYZ | 9.32 | 5.69 | 40.14 | - |
| YUV | 59.23 | 192.21 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 51 | 173 | 0.82 | 0.71 | 0 | 0.32 | 231.91 | 0.69 | 0.4 |
| Hex | 20 | 33 | AD | 52 | 47 | 0 | 20 | E8 | 45 | 28 |
| Octal | 40 | 63 | 255 | 122 | 107 | 0 | 40 | 350 | 105 | 50 |
| Binary | 100000 | 110011 | 10101101 | 1010010 | 1000111 | 0 | 100000 | 11101000 | 1000101 | 101000 |
Color Harmonies of #2033AD
Complementary color
Monochromatic Colors of #2033AD
Black with #2033AD
Text Example
Text Example
White with #2033AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2033AD; }
p { color: rgb(32,51,173); }
H1.HeaderClassName
{
color: #2033AD;
}
.AnyTagClassName
{
color: #2033AD;
}
</style>
background-color css
<style>
a { background-color: #2033AD; }
a { background-color: rgb(32,51,173); }
div.DivClassName
{
background-color: #2033AD;
}
.BgClassName
{
background-color: #2033AD;
}
</style>
border-color css
<style>
span { border-color: #2033AD; }
span { border-color: rgb(32,51,173); }
td.TdClassName
{
border-color: #2033AD;
}
.TagClassName
{
border-color: #2033AD;
}
</style>