Shades of Persian Blue #032FD1
Tints of Persian Blue #032FD1
RGB
CMYK
RGB Variations
Color information
#032FD1 (or 0x032FD1) is known color: Persian Blue. HEX triplet: 03, 2F and D1. RGB value is (3,47,209). Sum of RGB (Red+Green+Blue) = 3+47+209=259 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.16% from 259); Green value is 47 (18.75% from 255 or 18.15% from 259); Blue value is 209 (82.03% from 255 or 80.69% from 259); Max value from RGB is 209 - color contains mainly: blue. Hex color #032FD1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #032FD1 is #FCD02E. Grayscale: #333333. Windows color (decimal): -16568367 or 13709059. OLE color: 13709059.
HSL color Cylindrical-coordinate representation of color #032FD1: hue angle of 227.18º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #032FD1 is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 3 | 47 | 209 | - |
| CMYK | 0.99 | 0.78 | 0 | 0.18 |
| HSL | 227.18º | 0.97% | 0.42% | - |
| HSV(B) | 227.18º | 0.99% | 0.82% | - |
| XYZ | 12.56 | 6.66 | 60.94 | - |
| YUV | 52.31 | 216.42 | 92.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 47 | 209 | 0.99 | 0.78 | 0 | 0.18 | 227.18 | 0.97 | 0.42 |
| Hex | 3 | 2F | D1 | 63 | 4E | 0 | 12 | E3 | 61 | 2A |
| Octal | 3 | 57 | 321 | 143 | 116 | 0 | 22 | 343 | 141 | 52 |
| Binary | 11 | 101111 | 11010001 | 1100011 | 1001110 | 0 | 10010 | 11100011 | 1100001 | 101010 |
Color Harmonies of #032FD1
Complementary color
Monochromatic Colors of #032FD1
Black with #032FD1
Text Example
Text Example
White with #032FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032FD1; }
p { color: rgb(3,47,209); }
H1.HeaderClassName
{
color: #032FD1;
}
.AnyTagClassName
{
color: #032FD1;
}
</style>
background-color css
<style>
a { background-color: #032FD1; }
a { background-color: rgb(3,47,209); }
div.DivClassName
{
background-color: #032FD1;
}
.BgClassName
{
background-color: #032FD1;
}
</style>
border-color css
<style>
span { border-color: #032FD1; }
span { border-color: rgb(3,47,209); }
td.TdClassName
{
border-color: #032FD1;
}
.TagClassName
{
border-color: #032FD1;
}
</style>