Shades of Persian Blue #032ECE
Tints of Persian Blue #032ECE
RGB
CMYK
RGB Variations
Color information
#032ECE (or 0x032ECE) is known color: Persian Blue. HEX triplet: 03, 2E and CE. RGB value is (3,46,206). Sum of RGB (Red+Green+Blue) = 3+46+206=255 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.18% from 255); Green value is 46 (18.36% from 255 or 18.04% from 255); Blue value is 206 (80.86% from 255 or 80.78% from 255); Max value from RGB is 206 - color contains mainly: blue. Hex color #032ECE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #032ECE is #FCD131. Grayscale: #323232. Windows color (decimal): -16568626 or 13512195. OLE color: 13512195.
HSL color Cylindrical-coordinate representation of color #032ECE: hue angle of 227.29º 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 #032ECE is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 3 | 46 | 206 | - |
| CMYK | 0.99 | 0.78 | 0 | 0.19 |
| HSL | 227.29º | 0.97% | 0.41% | - |
| HSV(B) | 227.29º | 0.99% | 0.81% | - |
| XYZ | 12.16 | 6.43 | 58.99 | - |
| YUV | 51.38 | 215.25 | 93.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 46 | 206 | 0.99 | 0.78 | 0 | 0.19 | 227.29 | 0.97 | 0.41 |
| Hex | 3 | 2E | CE | 63 | 4E | 0 | 13 | E3 | 61 | 29 |
| Octal | 3 | 56 | 316 | 143 | 116 | 0 | 23 | 343 | 141 | 51 |
| Binary | 11 | 101110 | 11001110 | 1100011 | 1001110 | 0 | 10011 | 11100011 | 1100001 | 101001 |
Color Harmonies of #032ECE
Complementary color
Monochromatic Colors of #032ECE
Black with #032ECE
Text Example
Text Example
White with #032ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032ECE; }
p { color: rgb(3,46,206); }
H1.HeaderClassName
{
color: #032ECE;
}
.AnyTagClassName
{
color: #032ECE;
}
</style>
background-color css
<style>
a { background-color: #032ECE; }
a { background-color: rgb(3,46,206); }
div.DivClassName
{
background-color: #032ECE;
}
.BgClassName
{
background-color: #032ECE;
}
</style>
border-color css
<style>
span { border-color: #032ECE; }
span { border-color: rgb(3,46,206); }
td.TdClassName
{
border-color: #032ECE;
}
.TagClassName
{
border-color: #032ECE;
}
</style>