Shades of Persian Blue #2046AC
Tints of Persian Blue #2046AC
RGB
CMYK
RGB Variations
Color information
#2046AC (or 0x2046AC) is known color: Persian Blue. HEX triplet: 20, 46 and AC. RGB value is (32,70,172). Sum of RGB (Red+Green+Blue) = 32+70+172=274 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.68% from 274); Green value is 70 (27.73% from 255 or 25.55% from 274); Blue value is 172 (67.58% from 255 or 62.77% from 274); Max value from RGB is 172 - color contains mainly: blue. Hex color #2046AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2046AC is #DFB953. Grayscale: #454545. Windows color (decimal): -14661972 or 11290144. OLE color: 11290144.
HSL color Cylindrical-coordinate representation of color #2046AC: hue angle of 223.71º degrees, saturation: 0.69, 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 #2046AC is Cyan = 0.81, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 70 | 172 | - |
| CMYK | 0.81 | 0.59 | 0 | 0.33 |
| HSL | 223.71º | 0.69% | 0.4% | - |
| HSV(B) | 223.71º | 0.81% | 0.67% | - |
| XYZ | 10.23 | 7.67 | 39.97 | - |
| YUV | 70.27 | 185.41 | 100.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 70 | 172 | 0.81 | 0.59 | 0 | 0.33 | 223.71 | 0.69 | 0.4 |
| Hex | 20 | 46 | AC | 51 | 3B | 0 | 21 | E0 | 45 | 28 |
| Octal | 40 | 106 | 254 | 121 | 73 | 0 | 41 | 340 | 105 | 50 |
| Binary | 100000 | 1000110 | 10101100 | 1010001 | 111011 | 0 | 100001 | 11100000 | 1000101 | 101000 |
Color Harmonies of #2046AC
Complementary color
Monochromatic Colors of #2046AC
Black with #2046AC
Text Example
Text Example
White with #2046AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2046AC; }
p { color: rgb(32,70,172); }
H1.HeaderClassName
{
color: #2046AC;
}
.AnyTagClassName
{
color: #2046AC;
}
</style>
background-color css
<style>
a { background-color: #2046AC; }
a { background-color: rgb(32,70,172); }
div.DivClassName
{
background-color: #2046AC;
}
.BgClassName
{
background-color: #2046AC;
}
</style>
border-color css
<style>
span { border-color: #2046AC; }
span { border-color: rgb(32,70,172); }
td.TdClassName
{
border-color: #2046AC;
}
.TagClassName
{
border-color: #2046AC;
}
</style>