Shades of Blue #032EEF
Tints of Blue #032EEF
RGB
CMYK
RGB Variations
Color information
#032EEF (or 0x032EEF) is known color: Blue. HEX triplet: 03, 2E and EF. RGB value is (3,46,239). Sum of RGB (Red+Green+Blue) = 3+46+239=288 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.04% from 288); Green value is 46 (18.36% from 255 or 15.97% from 288); Blue value is 239 (93.75% from 255 or 82.99% from 288); Max value from RGB is 239 - color contains mainly: blue. Hex color #032EEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #032EEF is #FCD110. Grayscale: #363636. Windows color (decimal): -16568593 or 15674883. OLE color: 15674883.
HSL color Cylindrical-coordinate representation of color #032EEF: hue angle of 229.07º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #032EEF is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 3 | 46 | 239 | - |
| CMYK | 0.99 | 0.81 | 0 | 0.06 |
| HSL | 229.07º | 0.98% | 0.47% | - |
| HSV(B) | 229.07º | 0.99% | 0.94% | - |
| XYZ | 16.59 | 8.21 | 82.37 | - |
| YUV | 55.15 | 231.75 | 90.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 46 | 239 | 0.99 | 0.81 | 0 | 0.06 | 229.07 | 0.98 | 0.47 |
| Hex | 3 | 2E | EF | 63 | 51 | 0 | 6 | E5 | 62 | 2F |
| Octal | 3 | 56 | 357 | 143 | 121 | 0 | 6 | 345 | 142 | 57 |
| Binary | 11 | 101110 | 11101111 | 1100011 | 1010001 | 0 | 110 | 11100101 | 1100010 | 101111 |
Color Harmonies of #032EEF
Complementary color
Monochromatic Colors of #032EEF
Black with #032EEF
Text Example
Text Example
White with #032EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032EEF; }
p { color: rgb(3,46,239); }
H1.HeaderClassName
{
color: #032EEF;
}
.AnyTagClassName
{
color: #032EEF;
}
</style>
background-color css
<style>
a { background-color: #032EEF; }
a { background-color: rgb(3,46,239); }
div.DivClassName
{
background-color: #032EEF;
}
.BgClassName
{
background-color: #032EEF;
}
</style>
border-color css
<style>
span { border-color: #032EEF; }
span { border-color: rgb(3,46,239); }
td.TdClassName
{
border-color: #032EEF;
}
.TagClassName
{
border-color: #032EEF;
}
</style>