Shades of Persian Blue #032EE4
Tints of Persian Blue #032EE4
RGB
CMYK
RGB Variations
Color information
#032EE4 (or 0x032EE4) is known color: Persian Blue. HEX triplet: 03, 2E and E4. RGB value is (3,46,228). Sum of RGB (Red+Green+Blue) = 3+46+228=277 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.08% from 277); Green value is 46 (18.36% from 255 or 16.61% from 277); Blue value is 228 (89.45% from 255 or 82.31% from 277); Max value from RGB is 228 - color contains mainly: blue. Hex color #032EE4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #032EE4 is #FCD11B. Grayscale: #353535. Windows color (decimal): -16568604 or 14953987. OLE color: 14953987.
HSL color Cylindrical-coordinate representation of color #032EE4: hue angle of 228.53º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #032EE4 is Cyan = 0.99, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 3 | 46 | 228 | - |
| CMYK | 0.99 | 0.80 | 0 | 0.11 |
| HSL | 228.53º | 0.97% | 0.45% | - |
| HSV(B) | 228.53º | 0.99% | 0.89% | - |
| XYZ | 15.02 | 7.57 | 74.07 | - |
| YUV | 53.89 | 226.25 | 91.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 46 | 228 | 0.99 | 0.80 | 0 | 0.11 | 228.53 | 0.97 | 0.45 |
| Hex | 3 | 2E | E4 | 63 | 50 | 0 | B | E5 | 61 | 2D |
| Octal | 3 | 56 | 344 | 143 | 120 | 0 | 13 | 345 | 141 | 55 |
| Binary | 11 | 101110 | 11100100 | 1100011 | 1010000 | 0 | 1011 | 11100101 | 1100001 | 101101 |
Color Harmonies of #032EE4
Complementary color
Monochromatic Colors of #032EE4
Black with #032EE4
Text Example
Text Example
White with #032EE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032EE4; }
p { color: rgb(3,46,228); }
H1.HeaderClassName
{
color: #032EE4;
}
.AnyTagClassName
{
color: #032EE4;
}
</style>
background-color css
<style>
a { background-color: #032EE4; }
a { background-color: rgb(3,46,228); }
div.DivClassName
{
background-color: #032EE4;
}
.BgClassName
{
background-color: #032EE4;
}
</style>
border-color css
<style>
span { border-color: #032EE4; }
span { border-color: rgb(3,46,228); }
td.TdClassName
{
border-color: #032EE4;
}
.TagClassName
{
border-color: #032EE4;
}
</style>