Shades of Blue #032EF0
Tints of Blue #032EF0
RGB
CMYK
RGB Variations
Color information
#032EF0 (or 0x032EF0) is known color: Blue. HEX triplet: 03, 2E and F0. RGB value is (3,46,240). Sum of RGB (Red+Green+Blue) = 3+46+240=289 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.04% from 289); Green value is 46 (18.36% from 255 or 15.92% from 289); Blue value is 240 (94.14% from 255 or 83.04% from 289); Max value from RGB is 240 - color contains mainly: blue. Hex color #032EF0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #032EF0 is #FCD10F. Grayscale: #363636. Windows color (decimal): -16568592 or 15740419. OLE color: 15740419.
HSL color Cylindrical-coordinate representation of color #032EF0: hue angle of 229.11º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #032EF0 is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 3 | 46 | 240 | - |
| CMYK | 0.99 | 0.81 | 0 | 0.06 |
| HSL | 229.11º | 0.98% | 0.48% | - |
| HSV(B) | 229.11º | 0.99% | 0.94% | - |
| XYZ | 16.74 | 8.26 | 83.15 | - |
| YUV | 55.26 | 232.25 | 90.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 46 | 240 | 0.99 | 0.81 | 0 | 0.06 | 229.11 | 0.98 | 0.48 |
| Hex | 3 | 2E | F0 | 63 | 51 | 0 | 6 | E5 | 62 | 30 |
| Octal | 3 | 56 | 360 | 143 | 121 | 0 | 6 | 345 | 142 | 60 |
| Binary | 11 | 101110 | 11110000 | 1100011 | 1010001 | 0 | 110 | 11100101 | 1100010 | 110000 |
Color Harmonies of #032EF0
Complementary color
Monochromatic Colors of #032EF0
Black with #032EF0
Text Example
Text Example
White with #032EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032EF0; }
p { color: rgb(3,46,240); }
H1.HeaderClassName
{
color: #032EF0;
}
.AnyTagClassName
{
color: #032EF0;
}
</style>
background-color css
<style>
a { background-color: #032EF0; }
a { background-color: rgb(3,46,240); }
div.DivClassName
{
background-color: #032EF0;
}
.BgClassName
{
background-color: #032EF0;
}
</style>
border-color css
<style>
span { border-color: #032EF0; }
span { border-color: rgb(3,46,240); }
td.TdClassName
{
border-color: #032EF0;
}
.TagClassName
{
border-color: #032EF0;
}
</style>