Shades of Persian Blue #032ED0
Tints of Persian Blue #032ED0
RGB
CMYK
RGB Variations
Color information
#032ED0 (or 0x032ED0) is known color: Persian Blue. HEX triplet: 03, 2E and D0. RGB value is (3,46,208). Sum of RGB (Red+Green+Blue) = 3+46+208=257 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.17% from 257); Green value is 46 (18.36% from 255 or 17.90% from 257); Blue value is 208 (81.64% from 255 or 80.93% from 257); Max value from RGB is 208 - color contains mainly: blue. Hex color #032ED0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #032ED0 is #FCD12F. Grayscale: #323232. Windows color (decimal): -16568624 or 13643267. OLE color: 13643267.
HSL color Cylindrical-coordinate representation of color #032ED0: hue angle of 227.41º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #032ED0 is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 3 | 46 | 208 | - |
| CMYK | 0.99 | 0.78 | 0 | 0.18 |
| HSL | 227.41º | 0.97% | 0.41% | - |
| HSV(B) | 227.41º | 0.99% | 0.82% | - |
| XYZ | 12.4 | 6.53 | 60.28 | - |
| YUV | 51.61 | 216.25 | 93.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 46 | 208 | 0.99 | 0.78 | 0 | 0.18 | 227.41 | 0.97 | 0.41 |
| Hex | 3 | 2E | D0 | 63 | 4E | 0 | 12 | E3 | 61 | 29 |
| Octal | 3 | 56 | 320 | 143 | 116 | 0 | 22 | 343 | 141 | 51 |
| Binary | 11 | 101110 | 11010000 | 1100011 | 1001110 | 0 | 10010 | 11100011 | 1100001 | 101001 |
Color Harmonies of #032ED0
Complementary color
Monochromatic Colors of #032ED0
Black with #032ED0
Text Example
Text Example
White with #032ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032ED0; }
p { color: rgb(3,46,208); }
H1.HeaderClassName
{
color: #032ED0;
}
.AnyTagClassName
{
color: #032ED0;
}
</style>
background-color css
<style>
a { background-color: #032ED0; }
a { background-color: rgb(3,46,208); }
div.DivClassName
{
background-color: #032ED0;
}
.BgClassName
{
background-color: #032ED0;
}
</style>
border-color css
<style>
span { border-color: #032ED0; }
span { border-color: rgb(3,46,208); }
td.TdClassName
{
border-color: #032ED0;
}
.TagClassName
{
border-color: #032ED0;
}
</style>