Shades of Blue #032EFE
Tints of Blue #032EFE
RGB
CMYK
RGB Variations
Color information
#032EFE (or 0x032EFE) is known color: Blue. HEX triplet: 03, 2E and FE. RGB value is (3,46,254). Sum of RGB (Red+Green+Blue) = 3+46+254=303 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.99% from 303); Green value is 46 (18.36% from 255 or 15.18% from 303); Blue value is 254 (99.61% from 255 or 83.83% from 303); Max value from RGB is 254 - color contains mainly: blue. Hex color #032EFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #032EFE is #FCD101. Grayscale: #373737. Windows color (decimal): -16568578 or 16657923. OLE color: 16657923.
HSL color Cylindrical-coordinate representation of color #032EFE: hue angle of 229.72º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #032EFE is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 3 | 46 | 254 | - |
| CMYK | 0.99 | 0.82 | 0 | 0.00 |
| HSL | 229.72º | 0.99% | 0.5% | - |
| HSV(B) | 229.72º | 0.99% | 1% | - |
| XYZ | 18.9 | 9.13 | 94.53 | - |
| YUV | 56.86 | 239.25 | 89.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 46 | 254 | 0.99 | 0.82 | 0 | 0.00 | 229.72 | 0.99 | 0.5 |
| Hex | 3 | 2E | FE | 63 | 52 | 0 | 0 | E6 | 63 | 32 |
| Octal | 3 | 56 | 376 | 143 | 122 | 0 | 0 | 346 | 143 | 62 |
| Binary | 11 | 101110 | 11111110 | 1100011 | 1010010 | 0 | 0 | 11100110 | 1100011 | 110010 |
Color Harmonies of #032EFE
Complementary color
Monochromatic Colors of #032EFE
Black with #032EFE
Text Example
Text Example
White with #032EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032EFE; }
p { color: rgb(3,46,254); }
H1.HeaderClassName
{
color: #032EFE;
}
.AnyTagClassName
{
color: #032EFE;
}
</style>
background-color css
<style>
a { background-color: #032EFE; }
a { background-color: rgb(3,46,254); }
div.DivClassName
{
background-color: #032EFE;
}
.BgClassName
{
background-color: #032EFE;
}
</style>
border-color css
<style>
span { border-color: #032EFE; }
span { border-color: rgb(3,46,254); }
td.TdClassName
{
border-color: #032EFE;
}
.TagClassName
{
border-color: #032EFE;
}
</style>