Shades of Persian Blue #032DE1
Tints of Persian Blue #032DE1
RGB
CMYK
RGB Variations
Color information
#032DE1 (or 0x032DE1) is known color: Persian Blue. HEX triplet: 03, 2D and E1. RGB value is (3,45,225). Sum of RGB (Red+Green+Blue) = 3+45+225=273 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.10% from 273); Green value is 45 (17.97% from 255 or 16.48% from 273); Blue value is 225 (88.28% from 255 or 82.42% from 273); Max value from RGB is 225 - color contains mainly: blue. Hex color #032DE1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #032DE1 is #FCD21E. Grayscale: #343434. Windows color (decimal): -16568863 or 14757123. OLE color: 14757123.
HSL color Cylindrical-coordinate representation of color #032DE1: hue angle of 228.65º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #032DE1 is Cyan = 0.99, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 3 | 45 | 225 | - |
| CMYK | 0.99 | 0.8 | 0 | 0.12 |
| HSL | 228.65º | 0.97% | 0.45% | - |
| HSV(B) | 228.65º | 0.99% | 0.88% | - |
| XYZ | 14.57 | 7.33 | 71.88 | - |
| YUV | 52.96 | 225.09 | 92.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 45 | 225 | 0.99 | 0.8 | 0 | 0.12 | 228.65 | 0.97 | 0.45 |
| Hex | 3 | 2D | E1 | 63 | 50 | 0 | C | E5 | 61 | 2D |
| Octal | 3 | 55 | 341 | 143 | 120 | 0 | 14 | 345 | 141 | 55 |
| Binary | 11 | 101101 | 11100001 | 1100011 | 1010000 | 0 | 1100 | 11100101 | 1100001 | 101101 |
Color Harmonies of #032DE1
Complementary color
Monochromatic Colors of #032DE1
Black with #032DE1
Text Example
Text Example
White with #032DE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032DE1; }
p { color: rgb(3,45,225); }
H1.HeaderClassName
{
color: #032DE1;
}
.AnyTagClassName
{
color: #032DE1;
}
</style>
background-color css
<style>
a { background-color: #032DE1; }
a { background-color: rgb(3,45,225); }
div.DivClassName
{
background-color: #032DE1;
}
.BgClassName
{
background-color: #032DE1;
}
</style>
border-color css
<style>
span { border-color: #032DE1; }
span { border-color: rgb(3,45,225); }
td.TdClassName
{
border-color: #032DE1;
}
.TagClassName
{
border-color: #032DE1;
}
</style>