Shades of Persian Blue #032CE4
Tints of Persian Blue #032CE4
RGB
CMYK
RGB Variations
Color information
#032CE4 (or 0x032CE4) is known color: Persian Blue. HEX triplet: 03, 2C and E4. RGB value is (3,44,228). Sum of RGB (Red+Green+Blue) = 3+44+228=275 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.09% from 275); Green value is 44 (17.58% from 255 or 16% from 275); Blue value is 228 (89.45% from 255 or 82.91% from 275); Max value from RGB is 228 - color contains mainly: blue. Hex color #032CE4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #032CE4 is #FCD31B. Grayscale: #333333. Windows color (decimal): -16569116 or 14953475. OLE color: 14953475.
HSL color Cylindrical-coordinate representation of color #032CE4: hue angle of 229.07º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #032CE4 is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 3 | 44 | 228 | - |
| CMYK | 0.99 | 0.81 | 0 | 0.11 |
| HSL | 229.07º | 0.97% | 0.45% | - |
| HSV(B) | 229.07º | 0.99% | 0.89% | - |
| XYZ | 14.94 | 7.42 | 74.04 | - |
| YUV | 52.72 | 226.92 | 92.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 44 | 228 | 0.99 | 0.81 | 0 | 0.11 | 229.07 | 0.97 | 0.45 |
| Hex | 3 | 2C | E4 | 63 | 51 | 0 | B | E5 | 61 | 2D |
| Octal | 3 | 54 | 344 | 143 | 121 | 0 | 13 | 345 | 141 | 55 |
| Binary | 11 | 101100 | 11100100 | 1100011 | 1010001 | 0 | 1011 | 11100101 | 1100001 | 101101 |
Color Harmonies of #032CE4
Complementary color
Monochromatic Colors of #032CE4
Black with #032CE4
Text Example
Text Example
White with #032CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032CE4; }
p { color: rgb(3,44,228); }
H1.HeaderClassName
{
color: #032CE4;
}
.AnyTagClassName
{
color: #032CE4;
}
</style>
background-color css
<style>
a { background-color: #032CE4; }
a { background-color: rgb(3,44,228); }
div.DivClassName
{
background-color: #032CE4;
}
.BgClassName
{
background-color: #032CE4;
}
</style>
border-color css
<style>
span { border-color: #032CE4; }
span { border-color: rgb(3,44,228); }
td.TdClassName
{
border-color: #032CE4;
}
.TagClassName
{
border-color: #032CE4;
}
</style>