Shades of Persian Blue #032DC7
Tints of Persian Blue #032DC7
RGB
CMYK
RGB Variations
Color information
#032DC7 (or 0x032DC7) is known color: Persian Blue. HEX triplet: 03, 2D and C7. RGB value is (3,45,199). Sum of RGB (Red+Green+Blue) = 3+45+199=247 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.21% from 247); Green value is 45 (17.97% from 255 or 18.22% from 247); Blue value is 199 (78.12% from 255 or 80.57% from 247); Max value from RGB is 199 - color contains mainly: blue. Hex color #032DC7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #032DC7 is #FCD238. Grayscale: #313131. Windows color (decimal): -16568889 or 13053187. OLE color: 13053187.
HSL color Cylindrical-coordinate representation of color #032DC7: hue angle of 227.14º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #032DC7 is Cyan = 0.98, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 3 | 45 | 199 | - |
| CMYK | 0.98 | 0.77 | 0 | 0.22 |
| HSL | 227.14º | 0.97% | 0.4% | - |
| HSV(B) | 227.14º | 0.98% | 0.78% | - |
| XYZ | 11.28 | 6.02 | 54.6 | - |
| YUV | 50 | 212.09 | 94.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 45 | 199 | 0.98 | 0.77 | 0 | 0.22 | 227.14 | 0.97 | 0.4 |
| Hex | 3 | 2D | C7 | 62 | 4D | 0 | 16 | E3 | 61 | 28 |
| Octal | 3 | 55 | 307 | 142 | 115 | 0 | 26 | 343 | 141 | 50 |
| Binary | 11 | 101101 | 11000111 | 1100010 | 1001101 | 0 | 10110 | 11100011 | 1100001 | 101000 |
Color Harmonies of #032DC7
Complementary color
Monochromatic Colors of #032DC7
Black with #032DC7
Text Example
Text Example
White with #032DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032DC7; }
p { color: rgb(3,45,199); }
H1.HeaderClassName
{
color: #032DC7;
}
.AnyTagClassName
{
color: #032DC7;
}
</style>
background-color css
<style>
a { background-color: #032DC7; }
a { background-color: rgb(3,45,199); }
div.DivClassName
{
background-color: #032DC7;
}
.BgClassName
{
background-color: #032DC7;
}
</style>
border-color css
<style>
span { border-color: #032DC7; }
span { border-color: rgb(3,45,199); }
td.TdClassName
{
border-color: #032DC7;
}
.TagClassName
{
border-color: #032DC7;
}
</style>