Shades of Persian Blue #032DDF
Tints of Persian Blue #032DDF
RGB
CMYK
RGB Variations
Color information
#032DDF (or 0x032DDF) is known color: Persian Blue. HEX triplet: 03, 2D and DF. RGB value is (3,45,223). Sum of RGB (Red+Green+Blue) = 3+45+223=271 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.11% from 271); Green value is 45 (17.97% from 255 or 16.61% from 271); Blue value is 223 (87.5% from 255 or 82.29% from 271); Max value from RGB is 223 - color contains mainly: blue. Hex color #032DDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #032DDF is #FCD220. Grayscale: #333333. Windows color (decimal): -16568865 or 14626051. OLE color: 14626051.
HSL color Cylindrical-coordinate representation of color #032DDF: hue angle of 228.55º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #032DDF is Cyan = 0.99, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 45 | 223 | - |
| CMYK | 0.99 | 0.80 | 0 | 0.13 |
| HSL | 228.55º | 0.97% | 0.44% | - |
| HSV(B) | 228.55º | 0.99% | 0.87% | - |
| XYZ | 14.3 | 7.22 | 70.45 | - |
| YUV | 52.73 | 224.09 | 92.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 45 | 223 | 0.99 | 0.80 | 0 | 0.13 | 228.55 | 0.97 | 0.44 |
| Hex | 3 | 2D | DF | 63 | 50 | 0 | D | E5 | 61 | 2C |
| Octal | 3 | 55 | 337 | 143 | 120 | 0 | 15 | 345 | 141 | 54 |
| Binary | 11 | 101101 | 11011111 | 1100011 | 1010000 | 0 | 1101 | 11100101 | 1100001 | 101100 |
Color Harmonies of #032DDF
Complementary color
Monochromatic Colors of #032DDF
Black with #032DDF
Text Example
Text Example
White with #032DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032DDF; }
p { color: rgb(3,45,223); }
H1.HeaderClassName
{
color: #032DDF;
}
.AnyTagClassName
{
color: #032DDF;
}
</style>
background-color css
<style>
a { background-color: #032DDF; }
a { background-color: rgb(3,45,223); }
div.DivClassName
{
background-color: #032DDF;
}
.BgClassName
{
background-color: #032DDF;
}
</style>
border-color css
<style>
span { border-color: #032DDF; }
span { border-color: rgb(3,45,223); }
td.TdClassName
{
border-color: #032DDF;
}
.TagClassName
{
border-color: #032DDF;
}
</style>