Shades of Persian Blue #032EE6
Tints of Persian Blue #032EE6
RGB
CMYK
RGB Variations
Color information
#032EE6 (or 0x032EE6) is known color: Persian Blue. HEX triplet: 03, 2E and E6. RGB value is (3,46,230). Sum of RGB (Red+Green+Blue) = 3+46+230=279 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.08% from 279); Green value is 46 (18.36% from 255 or 16.49% from 279); Blue value is 230 (90.23% from 255 or 82.44% from 279); Max value from RGB is 230 - color contains mainly: blue. Hex color #032EE6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #032EE6 is #FCD119. Grayscale: #353535. Windows color (decimal): -16568602 or 15085059. OLE color: 15085059.
HSL color Cylindrical-coordinate representation of color #032EE6: hue angle of 228.63º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #032EE6 is Cyan = 0.99, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 3 | 46 | 230 | - |
| CMYK | 0.99 | 0.8 | 0 | 0.10 |
| HSL | 228.63º | 0.97% | 0.46% | - |
| HSV(B) | 228.63º | 0.99% | 0.9% | - |
| XYZ | 15.3 | 7.69 | 75.54 | - |
| YUV | 54.12 | 227.25 | 91.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 46 | 230 | 0.99 | 0.8 | 0 | 0.10 | 228.63 | 0.97 | 0.46 |
| Hex | 3 | 2E | E6 | 63 | 50 | 0 | A | E5 | 61 | 2E |
| Octal | 3 | 56 | 346 | 143 | 120 | 0 | 12 | 345 | 141 | 56 |
| Binary | 11 | 101110 | 11100110 | 1100011 | 1010000 | 0 | 1010 | 11100101 | 1100001 | 101110 |
Color Harmonies of #032EE6
Complementary color
Monochromatic Colors of #032EE6
Black with #032EE6
Text Example
Text Example
White with #032EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032EE6; }
p { color: rgb(3,46,230); }
H1.HeaderClassName
{
color: #032EE6;
}
.AnyTagClassName
{
color: #032EE6;
}
</style>
background-color css
<style>
a { background-color: #032EE6; }
a { background-color: rgb(3,46,230); }
div.DivClassName
{
background-color: #032EE6;
}
.BgClassName
{
background-color: #032EE6;
}
</style>
border-color css
<style>
span { border-color: #032EE6; }
span { border-color: rgb(3,46,230); }
td.TdClassName
{
border-color: #032EE6;
}
.TagClassName
{
border-color: #032EE6;
}
</style>