Shades of Persian Blue #032FD4
Tints of Persian Blue #032FD4
RGB
CMYK
RGB Variations
Color information
#032FD4 (or 0x032FD4) is known color: Persian Blue. HEX triplet: 03, 2F and D4. RGB value is (3,47,212). Sum of RGB (Red+Green+Blue) = 3+47+212=262 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 262); Green value is 47 (18.75% from 255 or 17.94% from 262); Blue value is 212 (83.20% from 255 or 80.92% from 262); Max value from RGB is 212 - color contains mainly: blue. Hex color #032FD4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #032FD4 is #FCD02B. Grayscale: #333333. Windows color (decimal): -16568364 or 13905667. OLE color: 13905667.
HSL color Cylindrical-coordinate representation of color #032FD4: hue angle of 227.37º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #032FD4 is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 3 | 47 | 212 | - |
| CMYK | 0.99 | 0.78 | 0 | 0.17 |
| HSL | 227.37º | 0.97% | 0.42% | - |
| HSV(B) | 227.37º | 0.99% | 0.83% | - |
| XYZ | 12.94 | 6.81 | 62.92 | - |
| YUV | 52.65 | 217.92 | 92.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 47 | 212 | 0.99 | 0.78 | 0 | 0.17 | 227.37 | 0.97 | 0.42 |
| Hex | 3 | 2F | D4 | 63 | 4E | 0 | 11 | E3 | 61 | 2A |
| Octal | 3 | 57 | 324 | 143 | 116 | 0 | 21 | 343 | 141 | 52 |
| Binary | 11 | 101111 | 11010100 | 1100011 | 1001110 | 0 | 10001 | 11100011 | 1100001 | 101010 |
Color Harmonies of #032FD4
Complementary color
Monochromatic Colors of #032FD4
Black with #032FD4
Text Example
Text Example
White with #032FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032FD4; }
p { color: rgb(3,47,212); }
H1.HeaderClassName
{
color: #032FD4;
}
.AnyTagClassName
{
color: #032FD4;
}
</style>
background-color css
<style>
a { background-color: #032FD4; }
a { background-color: rgb(3,47,212); }
div.DivClassName
{
background-color: #032FD4;
}
.BgClassName
{
background-color: #032FD4;
}
</style>
border-color css
<style>
span { border-color: #032FD4; }
span { border-color: rgb(3,47,212); }
td.TdClassName
{
border-color: #032FD4;
}
.TagClassName
{
border-color: #032FD4;
}
</style>