Shades of Blue #032BEC
Tints of Blue #032BEC
RGB
CMYK
RGB Variations
Color information
#032BEC (or 0x032BEC) is known color: Blue. HEX triplet: 03, 2B and EC. RGB value is (3,43,236). Sum of RGB (Red+Green+Blue) = 3+43+236=282 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.06% from 282); Green value is 43 (17.19% from 255 or 15.25% from 282); Blue value is 236 (92.58% from 255 or 83.69% from 282); Max value from RGB is 236 - color contains mainly: blue. Hex color #032BEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #032BEC is #FCD413. Grayscale: #343434. Windows color (decimal): -16569364 or 15477507. OLE color: 15477507.
HSL color Cylindrical-coordinate representation of color #032BEC: hue angle of 229.7º 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 #032BEC is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 43 | 236 | - |
| CMYK | 0.99 | 0.82 | 0 | 0.07 |
| HSL | 229.7º | 0.97% | 0.47% | - |
| HSV(B) | 229.7º | 0.99% | 0.93% | - |
| XYZ | 16.04 | 7.8 | 80.02 | - |
| YUV | 53.04 | 231.25 | 92.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 43 | 236 | 0.99 | 0.82 | 0 | 0.07 | 229.7 | 0.97 | 0.47 |
| Hex | 3 | 2B | EC | 63 | 52 | 0 | 7 | E6 | 61 | 2F |
| Octal | 3 | 53 | 354 | 143 | 122 | 0 | 7 | 346 | 141 | 57 |
| Binary | 11 | 101011 | 11101100 | 1100011 | 1010010 | 0 | 111 | 11100110 | 1100001 | 101111 |
Color Harmonies of #032BEC
Complementary color
Monochromatic Colors of #032BEC
Black with #032BEC
Text Example
Text Example
White with #032BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032BEC; }
p { color: rgb(3,43,236); }
H1.HeaderClassName
{
color: #032BEC;
}
.AnyTagClassName
{
color: #032BEC;
}
</style>
background-color css
<style>
a { background-color: #032BEC; }
a { background-color: rgb(3,43,236); }
div.DivClassName
{
background-color: #032BEC;
}
.BgClassName
{
background-color: #032BEC;
}
</style>
border-color css
<style>
span { border-color: #032BEC; }
span { border-color: rgb(3,43,236); }
td.TdClassName
{
border-color: #032BEC;
}
.TagClassName
{
border-color: #032BEC;
}
</style>