Shades of Persian Blue #2033AF
Tints of Persian Blue #2033AF
RGB
CMYK
RGB Variations
Color information
#2033AF (or 0x2033AF) is known color: Persian Blue. HEX triplet: 20, 33 and AF. RGB value is (32,51,175). Sum of RGB (Red+Green+Blue) = 32+51+175=258 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.40% from 258); Green value is 51 (20.31% from 255 or 19.77% from 258); Blue value is 175 (68.75% from 255 or 67.83% from 258); Max value from RGB is 175 - color contains mainly: blue. Hex color #2033AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2033AF is #DFCC50. Grayscale: #3A3A3A. Windows color (decimal): -14666833 or 11481888. OLE color: 11481888.
HSL color Cylindrical-coordinate representation of color #2033AF: hue angle of 232.03º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2033AF is Cyan = 0.82, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 32 | 51 | 175 | - |
| CMYK | 0.82 | 0.71 | 0 | 0.31 |
| HSL | 232.03º | 0.69% | 0.41% | - |
| HSV(B) | 232.03º | 0.82% | 0.69% | - |
| XYZ | 9.52 | 5.77 | 41.17 | - |
| YUV | 59.46 | 193.21 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 51 | 175 | 0.82 | 0.71 | 0 | 0.31 | 232.03 | 0.69 | 0.41 |
| Hex | 20 | 33 | AF | 52 | 47 | 0 | 1F | E8 | 45 | 29 |
| Octal | 40 | 63 | 257 | 122 | 107 | 0 | 37 | 350 | 105 | 51 |
| Binary | 100000 | 110011 | 10101111 | 1010010 | 1000111 | 0 | 11111 | 11101000 | 1000101 | 101001 |
Color Harmonies of #2033AF
Complementary color
Monochromatic Colors of #2033AF
Black with #2033AF
Text Example
Text Example
White with #2033AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2033AF; }
p { color: rgb(32,51,175); }
H1.HeaderClassName
{
color: #2033AF;
}
.AnyTagClassName
{
color: #2033AF;
}
</style>
background-color css
<style>
a { background-color: #2033AF; }
a { background-color: rgb(32,51,175); }
div.DivClassName
{
background-color: #2033AF;
}
.BgClassName
{
background-color: #2033AF;
}
</style>
border-color css
<style>
span { border-color: #2033AF; }
span { border-color: rgb(32,51,175); }
td.TdClassName
{
border-color: #2033AF;
}
.TagClassName
{
border-color: #2033AF;
}
</style>