Shades of Persian Blue #032CC7
Tints of Persian Blue #032CC7
RGB
CMYK
RGB Variations
Color information
#032CC7 (or 0x032CC7) is known color: Persian Blue. HEX triplet: 03, 2C and C7. RGB value is (3,44,199). Sum of RGB (Red+Green+Blue) = 3+44+199=246 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.22% from 246); Green value is 44 (17.58% from 255 or 17.89% from 246); Blue value is 199 (78.12% from 255 or 80.89% from 246); Max value from RGB is 199 - color contains mainly: blue. Hex color #032CC7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #032CC7 is #FCD338. Grayscale: #303030. Windows color (decimal): -16569145 or 13052931. OLE color: 13052931.
HSL color Cylindrical-coordinate representation of color #032CC7: hue angle of 227.45º 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 #032CC7 is Cyan = 0.98, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 3 | 44 | 199 | - |
| CMYK | 0.98 | 0.78 | 0 | 0.22 |
| HSL | 227.45º | 0.97% | 0.4% | - |
| HSV(B) | 227.45º | 0.98% | 0.78% | - |
| XYZ | 11.25 | 5.94 | 54.59 | - |
| YUV | 49.41 | 212.42 | 94.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 44 | 199 | 0.98 | 0.78 | 0 | 0.22 | 227.45 | 0.97 | 0.4 |
| Hex | 3 | 2C | C7 | 62 | 4E | 0 | 16 | E3 | 61 | 28 |
| Octal | 3 | 54 | 307 | 142 | 116 | 0 | 26 | 343 | 141 | 50 |
| Binary | 11 | 101100 | 11000111 | 1100010 | 1001110 | 0 | 10110 | 11100011 | 1100001 | 101000 |
Color Harmonies of #032CC7
Complementary color
Monochromatic Colors of #032CC7
Black with #032CC7
Text Example
Text Example
White with #032CC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032CC7; }
p { color: rgb(3,44,199); }
H1.HeaderClassName
{
color: #032CC7;
}
.AnyTagClassName
{
color: #032CC7;
}
</style>
background-color css
<style>
a { background-color: #032CC7; }
a { background-color: rgb(3,44,199); }
div.DivClassName
{
background-color: #032CC7;
}
.BgClassName
{
background-color: #032CC7;
}
</style>
border-color css
<style>
span { border-color: #032CC7; }
span { border-color: rgb(3,44,199); }
td.TdClassName
{
border-color: #032CC7;
}
.TagClassName
{
border-color: #032CC7;
}
</style>