Shades of Blue #032AEE
Tints of Blue #032AEE
RGB
CMYK
RGB Variations
Color information
#032AEE (or 0x032AEE) is known color: Blue. HEX triplet: 03, 2A and EE. RGB value is (3,42,238). Sum of RGB (Red+Green+Blue) = 3+42+238=283 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.06% from 283); Green value is 42 (16.80% from 255 or 14.84% from 283); Blue value is 238 (93.36% from 255 or 84.10% from 283); Max value from RGB is 238 - color contains mainly: blue. Hex color #032AEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #032AEE is #FCD511. Grayscale: #333333. Windows color (decimal): -16569618 or 15608323. OLE color: 15608323.
HSL color Cylindrical-coordinate representation of color #032AEE: hue angle of 230.04º 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 #032AEE is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 42 | 238 | - |
| CMYK | 0.99 | 0.82 | 0 | 0.07 |
| HSL | 230.04º | 0.98% | 0.47% | - |
| HSV(B) | 230.04º | 0.99% | 0.93% | - |
| XYZ | 16.3 | 7.85 | 81.54 | - |
| YUV | 52.68 | 232.58 | 92.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 42 | 238 | 0.99 | 0.82 | 0 | 0.07 | 230.04 | 0.98 | 0.47 |
| Hex | 3 | 2A | EE | 63 | 52 | 0 | 7 | E6 | 62 | 2F |
| Octal | 3 | 52 | 356 | 143 | 122 | 0 | 7 | 346 | 142 | 57 |
| Binary | 11 | 101010 | 11101110 | 1100011 | 1010010 | 0 | 111 | 11100110 | 1100010 | 101111 |
Color Harmonies of #032AEE
Complementary color
Monochromatic Colors of #032AEE
Black with #032AEE
Text Example
Text Example
White with #032AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032AEE; }
p { color: rgb(3,42,238); }
H1.HeaderClassName
{
color: #032AEE;
}
.AnyTagClassName
{
color: #032AEE;
}
</style>
background-color css
<style>
a { background-color: #032AEE; }
a { background-color: rgb(3,42,238); }
div.DivClassName
{
background-color: #032AEE;
}
.BgClassName
{
background-color: #032AEE;
}
</style>
border-color css
<style>
span { border-color: #032AEE; }
span { border-color: rgb(3,42,238); }
td.TdClassName
{
border-color: #032AEE;
}
.TagClassName
{
border-color: #032AEE;
}
</style>