Shades of Persian Blue #032ACE
Tints of Persian Blue #032ACE
RGB
CMYK
RGB Variations
Color information
#032ACE (or 0x032ACE) is known color: Persian Blue. HEX triplet: 03, 2A and CE. RGB value is (3,42,206). Sum of RGB (Red+Green+Blue) = 3+42+206=251 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.20% from 251); Green value is 42 (16.80% from 255 or 16.73% from 251); Blue value is 206 (80.86% from 255 or 82.07% from 251); Max value from RGB is 206 - color contains mainly: blue. Hex color #032ACE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #032ACE is #FCD531. Grayscale: #303030. Windows color (decimal): -16569650 or 13511171. OLE color: 13511171.
HSL color Cylindrical-coordinate representation of color #032ACE: hue angle of 228.47º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #032ACE is Cyan = 0.99, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 3 | 42 | 206 | - |
| CMYK | 0.99 | 0.80 | 0 | 0.19 |
| HSL | 228.47º | 0.97% | 0.41% | - |
| HSV(B) | 228.47º | 0.99% | 0.81% | - |
| XYZ | 12.01 | 6.13 | 58.94 | - |
| YUV | 49.04 | 216.58 | 95.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 42 | 206 | 0.99 | 0.80 | 0 | 0.19 | 228.47 | 0.97 | 0.41 |
| Hex | 3 | 2A | CE | 63 | 50 | 0 | 13 | E4 | 61 | 29 |
| Octal | 3 | 52 | 316 | 143 | 120 | 0 | 23 | 344 | 141 | 51 |
| Binary | 11 | 101010 | 11001110 | 1100011 | 1010000 | 0 | 10011 | 11100100 | 1100001 | 101001 |
Color Harmonies of #032ACE
Complementary color
Monochromatic Colors of #032ACE
Black with #032ACE
Text Example
Text Example
White with #032ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032ACE; }
p { color: rgb(3,42,206); }
H1.HeaderClassName
{
color: #032ACE;
}
.AnyTagClassName
{
color: #032ACE;
}
</style>
background-color css
<style>
a { background-color: #032ACE; }
a { background-color: rgb(3,42,206); }
div.DivClassName
{
background-color: #032ACE;
}
.BgClassName
{
background-color: #032ACE;
}
</style>
border-color css
<style>
span { border-color: #032ACE; }
span { border-color: rgb(3,42,206); }
td.TdClassName
{
border-color: #032ACE;
}
.TagClassName
{
border-color: #032ACE;
}
</style>