Shades of Persian Blue #2046BA
Tints of Persian Blue #2046BA
RGB
CMYK
RGB Variations
Color information
#2046BA (or 0x2046BA) is known color: Persian Blue. HEX triplet: 20, 46 and BA. RGB value is (32,70,186). Sum of RGB (Red+Green+Blue) = 32+70+186=288 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.11% from 288); Green value is 70 (27.73% from 255 or 24.31% from 288); Blue value is 186 (73.05% from 255 or 64.58% from 288); Max value from RGB is 186 - color contains mainly: blue. Hex color #2046BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2046BA is #DFB945. Grayscale: #474747. Windows color (decimal): -14661958 or 12207648. OLE color: 12207648.
HSL color Cylindrical-coordinate representation of color #2046BA: hue angle of 225.19º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2046BA is Cyan = 0.83, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 32 | 70 | 186 | - |
| CMYK | 0.83 | 0.62 | 0 | 0.27 |
| HSL | 225.19º | 0.71% | 0.43% | - |
| HSV(B) | 225.19º | 0.83% | 0.73% | - |
| XYZ | 11.65 | 8.23 | 47.43 | - |
| YUV | 71.86 | 192.41 | 99.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 70 | 186 | 0.83 | 0.62 | 0 | 0.27 | 225.19 | 0.71 | 0.43 |
| Hex | 20 | 46 | BA | 53 | 3E | 0 | 1B | E1 | 47 | 2B |
| Octal | 40 | 106 | 272 | 123 | 76 | 0 | 33 | 341 | 107 | 53 |
| Binary | 100000 | 1000110 | 10111010 | 1010011 | 111110 | 0 | 11011 | 11100001 | 1000111 | 101011 |
Color Harmonies of #2046BA
Complementary color
Monochromatic Colors of #2046BA
Black with #2046BA
Text Example
Text Example
White with #2046BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2046BA; }
p { color: rgb(32,70,186); }
H1.HeaderClassName
{
color: #2046BA;
}
.AnyTagClassName
{
color: #2046BA;
}
</style>
background-color css
<style>
a { background-color: #2046BA; }
a { background-color: rgb(32,70,186); }
div.DivClassName
{
background-color: #2046BA;
}
.BgClassName
{
background-color: #2046BA;
}
</style>
border-color css
<style>
span { border-color: #2046BA; }
span { border-color: rgb(32,70,186); }
td.TdClassName
{
border-color: #2046BA;
}
.TagClassName
{
border-color: #2046BA;
}
</style>