Shades of Persian Blue #032DDD
Tints of Persian Blue #032DDD
RGB
CMYK
RGB Variations
Color information
#032DDD (or 0x032DDD) is known color: Persian Blue. HEX triplet: 03, 2D and DD. RGB value is (3,45,221). Sum of RGB (Red+Green+Blue) = 3+45+221=269 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 269); Green value is 45 (17.97% from 255 or 16.73% from 269); Blue value is 221 (86.72% from 255 or 82.16% from 269); Max value from RGB is 221 - color contains mainly: blue. Hex color #032DDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #032DDD is #FCD222. Grayscale: #333333. Windows color (decimal): -16568867 or 14494979. OLE color: 14494979.
HSL color Cylindrical-coordinate representation of color #032DDD: hue angle of 228.44º 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 #032DDD is Cyan = 0.99, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 45 | 221 | - |
| CMYK | 0.99 | 0.80 | 0 | 0.13 |
| HSL | 228.44º | 0.97% | 0.44% | - |
| HSV(B) | 228.44º | 0.99% | 0.87% | - |
| XYZ | 14.03 | 7.12 | 69.04 | - |
| YUV | 52.51 | 223.09 | 92.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 45 | 221 | 0.99 | 0.80 | 0 | 0.13 | 228.44 | 0.97 | 0.44 |
| Hex | 3 | 2D | DD | 63 | 50 | 0 | D | E4 | 61 | 2C |
| Octal | 3 | 55 | 335 | 143 | 120 | 0 | 15 | 344 | 141 | 54 |
| Binary | 11 | 101101 | 11011101 | 1100011 | 1010000 | 0 | 1101 | 11100100 | 1100001 | 101100 |
Color Harmonies of #032DDD
Complementary color
Monochromatic Colors of #032DDD
Black with #032DDD
Text Example
Text Example
White with #032DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032DDD; }
p { color: rgb(3,45,221); }
H1.HeaderClassName
{
color: #032DDD;
}
.AnyTagClassName
{
color: #032DDD;
}
</style>
background-color css
<style>
a { background-color: #032DDD; }
a { background-color: rgb(3,45,221); }
div.DivClassName
{
background-color: #032DDD;
}
.BgClassName
{
background-color: #032DDD;
}
</style>
border-color css
<style>
span { border-color: #032DDD; }
span { border-color: rgb(3,45,221); }
td.TdClassName
{
border-color: #032DDD;
}
.TagClassName
{
border-color: #032DDD;
}
</style>