Shades of Persian Blue #032FCC
Tints of Persian Blue #032FCC
RGB
CMYK
RGB Variations
Color information
#032FCC (or 0x032FCC) is known color: Persian Blue. HEX triplet: 03, 2F and CC. RGB value is (3,47,204). Sum of RGB (Red+Green+Blue) = 3+47+204=254 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.18% from 254); Green value is 47 (18.75% from 255 or 18.50% from 254); Blue value is 204 (80.08% from 255 or 80.31% from 254); Max value from RGB is 204 - color contains mainly: blue. Hex color #032FCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #032FCC is #FCD033. Grayscale: #333333. Windows color (decimal): -16568372 or 13381379. OLE color: 13381379.
HSL color Cylindrical-coordinate representation of color #032FCC: hue angle of 226.87º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #032FCC is Cyan = 0.99, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 3 | 47 | 204 | - |
| CMYK | 0.99 | 0.77 | 0 | 0.2 |
| HSL | 226.87º | 0.97% | 0.41% | - |
| HSV(B) | 226.87º | 0.99% | 0.8% | - |
| XYZ | 11.95 | 6.41 | 57.73 | - |
| YUV | 51.74 | 213.92 | 93.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 47 | 204 | 0.99 | 0.77 | 0 | 0.2 | 226.87 | 0.97 | 0.41 |
| Hex | 3 | 2F | CC | 63 | 4D | 0 | 14 | E3 | 61 | 29 |
| Octal | 3 | 57 | 314 | 143 | 115 | 0 | 24 | 343 | 141 | 51 |
| Binary | 11 | 101111 | 11001100 | 1100011 | 1001101 | 0 | 10100 | 11100011 | 1100001 | 101001 |
Color Harmonies of #032FCC
Complementary color
Monochromatic Colors of #032FCC
Black with #032FCC
Text Example
Text Example
White with #032FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032FCC; }
p { color: rgb(3,47,204); }
H1.HeaderClassName
{
color: #032FCC;
}
.AnyTagClassName
{
color: #032FCC;
}
</style>
background-color css
<style>
a { background-color: #032FCC; }
a { background-color: rgb(3,47,204); }
div.DivClassName
{
background-color: #032FCC;
}
.BgClassName
{
background-color: #032FCC;
}
</style>
border-color css
<style>
span { border-color: #032FCC; }
span { border-color: rgb(3,47,204); }
td.TdClassName
{
border-color: #032FCC;
}
.TagClassName
{
border-color: #032FCC;
}
</style>