Shades of Persian Blue #032FCE
Tints of Persian Blue #032FCE
RGB
CMYK
RGB Variations
Color information
#032FCE (or 0x032FCE) is known color: Persian Blue. HEX triplet: 03, 2F and CE. RGB value is (3,47,206). Sum of RGB (Red+Green+Blue) = 3+47+206=256 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.17% from 256); Green value is 47 (18.75% from 255 or 18.36% from 256); Blue value is 206 (80.86% from 255 or 80.47% from 256); Max value from RGB is 206 - color contains mainly: blue. Hex color #032FCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #032FCE is #FCD031. Grayscale: #333333. Windows color (decimal): -16568370 or 13512451. OLE color: 13512451.
HSL color Cylindrical-coordinate representation of color #032FCE: hue angle of 227º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #032FCE is Cyan = 0.99, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 3 | 47 | 206 | - |
| CMYK | 0.99 | 0.77 | 0 | 0.19 |
| HSL | 227º | 0.97% | 0.41% | - |
| HSV(B) | 227º | 0.99% | 0.81% | - |
| XYZ | 12.19 | 6.51 | 59.01 | - |
| YUV | 51.97 | 214.92 | 93.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 47 | 206 | 0.99 | 0.77 | 0 | 0.19 | 227 | 0.97 | 0.41 |
| Hex | 3 | 2F | CE | 63 | 4D | 0 | 13 | E3 | 61 | 29 |
| Octal | 3 | 57 | 316 | 143 | 115 | 0 | 23 | 343 | 141 | 51 |
| Binary | 11 | 101111 | 11001110 | 1100011 | 1001101 | 0 | 10011 | 11100011 | 1100001 | 101001 |
Color Harmonies of #032FCE
Complementary color
Monochromatic Colors of #032FCE
Black with #032FCE
Text Example
Text Example
White with #032FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032FCE; }
p { color: rgb(3,47,206); }
H1.HeaderClassName
{
color: #032FCE;
}
.AnyTagClassName
{
color: #032FCE;
}
</style>
background-color css
<style>
a { background-color: #032FCE; }
a { background-color: rgb(3,47,206); }
div.DivClassName
{
background-color: #032FCE;
}
.BgClassName
{
background-color: #032FCE;
}
</style>
border-color css
<style>
span { border-color: #032FCE; }
span { border-color: rgb(3,47,206); }
td.TdClassName
{
border-color: #032FCE;
}
.TagClassName
{
border-color: #032FCE;
}
</style>