Shades of Blue #032FEE
Tints of Blue #032FEE
RGB
CMYK
RGB Variations
Color information
#032FEE (or 0x032FEE) is known color: Blue. HEX triplet: 03, 2F and EE. RGB value is (3,47,238). Sum of RGB (Red+Green+Blue) = 3+47+238=288 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.04% from 288); Green value is 47 (18.75% from 255 or 16.32% from 288); Blue value is 238 (93.36% from 255 or 82.64% from 288); Max value from RGB is 238 - color contains mainly: blue. Hex color #032FEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #032FEE is #FCD011. Grayscale: #363636. Windows color (decimal): -16568338 or 15609603. OLE color: 15609603.
HSL color Cylindrical-coordinate representation of color #032FEE: hue angle of 228.77º degrees, saturation: 0.98, 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 #032FEE is Cyan = 0.99, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 47 | 238 | - |
| CMYK | 0.99 | 0.80 | 0 | 0.07 |
| HSL | 228.77º | 0.98% | 0.47% | - |
| HSV(B) | 228.77º | 0.99% | 0.93% | - |
| XYZ | 16.49 | 8.23 | 81.61 | - |
| YUV | 55.62 | 230.92 | 90.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 47 | 238 | 0.99 | 0.80 | 0 | 0.07 | 228.77 | 0.98 | 0.47 |
| Hex | 3 | 2F | EE | 63 | 50 | 0 | 7 | E5 | 62 | 2F |
| Octal | 3 | 57 | 356 | 143 | 120 | 0 | 7 | 345 | 142 | 57 |
| Binary | 11 | 101111 | 11101110 | 1100011 | 1010000 | 0 | 111 | 11100101 | 1100010 | 101111 |
Color Harmonies of #032FEE
Complementary color
Monochromatic Colors of #032FEE
Black with #032FEE
Text Example
Text Example
White with #032FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032FEE; }
p { color: rgb(3,47,238); }
H1.HeaderClassName
{
color: #032FEE;
}
.AnyTagClassName
{
color: #032FEE;
}
</style>
background-color css
<style>
a { background-color: #032FEE; }
a { background-color: rgb(3,47,238); }
div.DivClassName
{
background-color: #032FEE;
}
.BgClassName
{
background-color: #032FEE;
}
</style>
border-color css
<style>
span { border-color: #032FEE; }
span { border-color: rgb(3,47,238); }
td.TdClassName
{
border-color: #032FEE;
}
.TagClassName
{
border-color: #032FEE;
}
</style>