Shades of Persian Blue #032CDF
Tints of Persian Blue #032CDF
RGB
CMYK
RGB Variations
Color information
#032CDF (or 0x032CDF) is known color: Persian Blue. HEX triplet: 03, 2C and DF. RGB value is (3,44,223). Sum of RGB (Red+Green+Blue) = 3+44+223=270 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.11% from 270); Green value is 44 (17.58% from 255 or 16.30% from 270); Blue value is 223 (87.5% from 255 or 82.59% from 270); Max value from RGB is 223 - color contains mainly: blue. Hex color #032CDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #032CDF is #FCD320. Grayscale: #333333. Windows color (decimal): -16569121 or 14625795. OLE color: 14625795.
HSL color Cylindrical-coordinate representation of color #032CDF: hue angle of 228.82º 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 #032CDF is Cyan = 0.99, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 44 | 223 | - |
| CMYK | 0.99 | 0.80 | 0 | 0.13 |
| HSL | 228.82º | 0.97% | 0.44% | - |
| HSV(B) | 228.82º | 0.99% | 0.87% | - |
| XYZ | 14.26 | 7.15 | 70.44 | - |
| YUV | 52.15 | 224.42 | 92.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 44 | 223 | 0.99 | 0.80 | 0 | 0.13 | 228.82 | 0.97 | 0.44 |
| Hex | 3 | 2C | DF | 63 | 50 | 0 | D | E5 | 61 | 2C |
| Octal | 3 | 54 | 337 | 143 | 120 | 0 | 15 | 345 | 141 | 54 |
| Binary | 11 | 101100 | 11011111 | 1100011 | 1010000 | 0 | 1101 | 11100101 | 1100001 | 101100 |
Color Harmonies of #032CDF
Complementary color
Monochromatic Colors of #032CDF
Black with #032CDF
Text Example
Text Example
White with #032CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032CDF; }
p { color: rgb(3,44,223); }
H1.HeaderClassName
{
color: #032CDF;
}
.AnyTagClassName
{
color: #032CDF;
}
</style>
background-color css
<style>
a { background-color: #032CDF; }
a { background-color: rgb(3,44,223); }
div.DivClassName
{
background-color: #032CDF;
}
.BgClassName
{
background-color: #032CDF;
}
</style>
border-color css
<style>
span { border-color: #032CDF; }
span { border-color: rgb(3,44,223); }
td.TdClassName
{
border-color: #032CDF;
}
.TagClassName
{
border-color: #032CDF;
}
</style>