Shades of Persian Blue #032DE8
Tints of Persian Blue #032DE8
RGB
CMYK
RGB Variations
Color information
#032DE8 (or 0x032DE8) is known color: Persian Blue. HEX triplet: 03, 2D and E8. RGB value is (3,45,232). Sum of RGB (Red+Green+Blue) = 3+45+232=280 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.07% from 280); Green value is 45 (17.97% from 255 or 16.07% from 280); Blue value is 232 (91.02% from 255 or 82.86% from 280); Max value from RGB is 232 - color contains mainly: blue. Hex color #032DE8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #032DE8 is #FCD217. Grayscale: #343434. Windows color (decimal): -16568856 or 15215875. OLE color: 15215875.
HSL color Cylindrical-coordinate representation of color #032DE8: hue angle of 229º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #032DE8 is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 3 | 45 | 232 | - |
| CMYK | 0.99 | 0.81 | 0 | 0.09 |
| HSL | 229º | 0.97% | 0.46% | - |
| HSV(B) | 229º | 0.99% | 0.91% | - |
| XYZ | 15.54 | 7.72 | 77.02 | - |
| YUV | 53.76 | 228.59 | 91.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 45 | 232 | 0.99 | 0.81 | 0 | 0.09 | 229 | 0.97 | 0.46 |
| Hex | 3 | 2D | E8 | 63 | 51 | 0 | 9 | E5 | 61 | 2E |
| Octal | 3 | 55 | 350 | 143 | 121 | 0 | 11 | 345 | 141 | 56 |
| Binary | 11 | 101101 | 11101000 | 1100011 | 1010001 | 0 | 1001 | 11100101 | 1100001 | 101110 |
Color Harmonies of #032DE8
Complementary color
Monochromatic Colors of #032DE8
Black with #032DE8
Text Example
Text Example
White with #032DE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032DE8; }
p { color: rgb(3,45,232); }
H1.HeaderClassName
{
color: #032DE8;
}
.AnyTagClassName
{
color: #032DE8;
}
</style>
background-color css
<style>
a { background-color: #032DE8; }
a { background-color: rgb(3,45,232); }
div.DivClassName
{
background-color: #032DE8;
}
.BgClassName
{
background-color: #032DE8;
}
</style>
border-color css
<style>
span { border-color: #032DE8; }
span { border-color: rgb(3,45,232); }
td.TdClassName
{
border-color: #032DE8;
}
.TagClassName
{
border-color: #032DE8;
}
</style>