Shades of Persian Blue #032DE2
Tints of Persian Blue #032DE2
RGB
CMYK
RGB Variations
Color information
#032DE2 (or 0x032DE2) is known color: Persian Blue. HEX triplet: 03, 2D and E2. RGB value is (3,45,226). Sum of RGB (Red+Green+Blue) = 3+45+226=274 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.09% from 274); Green value is 45 (17.97% from 255 or 16.42% from 274); Blue value is 226 (88.67% from 255 or 82.48% from 274); Max value from RGB is 226 - color contains mainly: blue. Hex color #032DE2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #032DE2 is #FCD21D. Grayscale: #343434. Windows color (decimal): -16568862 or 14822659. OLE color: 14822659.
HSL color Cylindrical-coordinate representation of color #032DE2: hue angle of 228.7º 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 #032DE2 is Cyan = 0.99, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 3 | 45 | 226 | - |
| CMYK | 0.99 | 0.80 | 0 | 0.11 |
| HSL | 228.7º | 0.97% | 0.45% | - |
| HSV(B) | 228.7º | 0.99% | 0.89% | - |
| XYZ | 14.7 | 7.39 | 72.6 | - |
| YUV | 53.08 | 225.59 | 92.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 45 | 226 | 0.99 | 0.80 | 0 | 0.11 | 228.7 | 0.97 | 0.45 |
| Hex | 3 | 2D | E2 | 63 | 50 | 0 | B | E5 | 61 | 2D |
| Octal | 3 | 55 | 342 | 143 | 120 | 0 | 13 | 345 | 141 | 55 |
| Binary | 11 | 101101 | 11100010 | 1100011 | 1010000 | 0 | 1011 | 11100101 | 1100001 | 101101 |
Color Harmonies of #032DE2
Complementary color
Monochromatic Colors of #032DE2
Black with #032DE2
Text Example
Text Example
White with #032DE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032DE2; }
p { color: rgb(3,45,226); }
H1.HeaderClassName
{
color: #032DE2;
}
.AnyTagClassName
{
color: #032DE2;
}
</style>
background-color css
<style>
a { background-color: #032DE2; }
a { background-color: rgb(3,45,226); }
div.DivClassName
{
background-color: #032DE2;
}
.BgClassName
{
background-color: #032DE2;
}
</style>
border-color css
<style>
span { border-color: #032DE2; }
span { border-color: rgb(3,45,226); }
td.TdClassName
{
border-color: #032DE2;
}
.TagClassName
{
border-color: #032DE2;
}
</style>