Shades of Persian Blue #032CDD
Tints of Persian Blue #032CDD
RGB
CMYK
RGB Variations
Color information
#032CDD (or 0x032CDD) is known color: Persian Blue. HEX triplet: 03, 2C and DD. RGB value is (3,44,221). Sum of RGB (Red+Green+Blue) = 3+44+221=268 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 268); Green value is 44 (17.58% from 255 or 16.42% from 268); Blue value is 221 (86.72% from 255 or 82.46% from 268); Max value from RGB is 221 - color contains mainly: blue. Hex color #032CDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #032CDD is #FCD322. Grayscale: #333333. Windows color (decimal): -16569123 or 14494723. OLE color: 14494723.
HSL color Cylindrical-coordinate representation of color #032CDD: hue angle of 228.72º 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 #032CDD is Cyan = 0.99, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 44 | 221 | - |
| CMYK | 0.99 | 0.80 | 0 | 0.13 |
| HSL | 228.72º | 0.97% | 0.44% | - |
| HSV(B) | 228.72º | 0.99% | 0.87% | - |
| XYZ | 13.99 | 7.04 | 69.03 | - |
| YUV | 51.92 | 223.42 | 93.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 44 | 221 | 0.99 | 0.80 | 0 | 0.13 | 228.72 | 0.97 | 0.44 |
| Hex | 3 | 2C | DD | 63 | 50 | 0 | D | E5 | 61 | 2C |
| Octal | 3 | 54 | 335 | 143 | 120 | 0 | 15 | 345 | 141 | 54 |
| Binary | 11 | 101100 | 11011101 | 1100011 | 1010000 | 0 | 1101 | 11100101 | 1100001 | 101100 |
Color Harmonies of #032CDD
Complementary color
Monochromatic Colors of #032CDD
Black with #032CDD
Text Example
Text Example
White with #032CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032CDD; }
p { color: rgb(3,44,221); }
H1.HeaderClassName
{
color: #032CDD;
}
.AnyTagClassName
{
color: #032CDD;
}
</style>
background-color css
<style>
a { background-color: #032CDD; }
a { background-color: rgb(3,44,221); }
div.DivClassName
{
background-color: #032CDD;
}
.BgClassName
{
background-color: #032CDD;
}
</style>
border-color css
<style>
span { border-color: #032CDD; }
span { border-color: rgb(3,44,221); }
td.TdClassName
{
border-color: #032CDD;
}
.TagClassName
{
border-color: #032CDD;
}
</style>