Shades of Blue #032CEC
Tints of Blue #032CEC
RGB
CMYK
RGB Variations
Color information
#032CEC (or 0x032CEC) is known color: Blue. HEX triplet: 03, 2C and EC. RGB value is (3,44,236). Sum of RGB (Red+Green+Blue) = 3+44+236=283 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.06% from 283); Green value is 44 (17.58% from 255 or 15.55% from 283); Blue value is 236 (92.58% from 255 or 83.39% from 283); Max value from RGB is 236 - color contains mainly: blue. Hex color #032CEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #032CEC is #FCD313. Grayscale: #343434. Windows color (decimal): -16569108 or 15477763. OLE color: 15477763.
HSL color Cylindrical-coordinate representation of color #032CEC: hue angle of 229.44º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #032CEC is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 44 | 236 | - |
| CMYK | 0.99 | 0.81 | 0 | 0.07 |
| HSL | 229.44º | 0.97% | 0.47% | - |
| HSV(B) | 229.44º | 0.99% | 0.93% | - |
| XYZ | 16.08 | 7.88 | 80.03 | - |
| YUV | 53.63 | 230.92 | 91.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 44 | 236 | 0.99 | 0.81 | 0 | 0.07 | 229.44 | 0.97 | 0.47 |
| Hex | 3 | 2C | EC | 63 | 51 | 0 | 7 | E5 | 61 | 2F |
| Octal | 3 | 54 | 354 | 143 | 121 | 0 | 7 | 345 | 141 | 57 |
| Binary | 11 | 101100 | 11101100 | 1100011 | 1010001 | 0 | 111 | 11100101 | 1100001 | 101111 |
Color Harmonies of #032CEC
Complementary color
Monochromatic Colors of #032CEC
Black with #032CEC
Text Example
Text Example
White with #032CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032CEC; }
p { color: rgb(3,44,236); }
H1.HeaderClassName
{
color: #032CEC;
}
.AnyTagClassName
{
color: #032CEC;
}
</style>
background-color css
<style>
a { background-color: #032CEC; }
a { background-color: rgb(3,44,236); }
div.DivClassName
{
background-color: #032CEC;
}
.BgClassName
{
background-color: #032CEC;
}
</style>
border-color css
<style>
span { border-color: #032CEC; }
span { border-color: rgb(3,44,236); }
td.TdClassName
{
border-color: #032CEC;
}
.TagClassName
{
border-color: #032CEC;
}
</style>