Shades of Blue #0331EE
Tints of Blue #0331EE
RGB
CMYK
RGB Variations
Color information
#0331EE (or 0x0331EE) is known color: Blue. HEX triplet: 03, 31 and EE. RGB value is (3,49,238). Sum of RGB (Red+Green+Blue) = 3+49+238=290 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.03% from 290); Green value is 49 (19.53% from 255 or 16.90% from 290); Blue value is 238 (93.36% from 255 or 82.07% from 290); Max value from RGB is 238 - color contains mainly: blue. Hex color #0331EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0331EE is #FCCE11. Grayscale: #373737. Windows color (decimal): -16567826 or 15610115. OLE color: 15610115.
HSL color Cylindrical-coordinate representation of color #0331EE: hue angle of 228.26º 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 #0331EE is Cyan = 0.99, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 49 | 238 | - |
| CMYK | 0.99 | 0.79 | 0 | 0.07 |
| HSL | 228.26º | 0.98% | 0.47% | - |
| HSV(B) | 228.26º | 0.99% | 0.93% | - |
| XYZ | 16.57 | 8.39 | 81.63 | - |
| YUV | 56.79 | 230.26 | 89.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 49 | 238 | 0.99 | 0.79 | 0 | 0.07 | 228.26 | 0.98 | 0.47 |
| Hex | 3 | 31 | EE | 63 | 4F | 0 | 7 | E4 | 62 | 2F |
| Octal | 3 | 61 | 356 | 143 | 117 | 0 | 7 | 344 | 142 | 57 |
| Binary | 11 | 110001 | 11101110 | 1100011 | 1001111 | 0 | 111 | 11100100 | 1100010 | 101111 |
Color Harmonies of #0331EE
Complementary color
Monochromatic Colors of #0331EE
Black with #0331EE
Text Example
Text Example
White with #0331EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0331EE; }
p { color: rgb(3,49,238); }
H1.HeaderClassName
{
color: #0331EE;
}
.AnyTagClassName
{
color: #0331EE;
}
</style>
background-color css
<style>
a { background-color: #0331EE; }
a { background-color: rgb(3,49,238); }
div.DivClassName
{
background-color: #0331EE;
}
.BgClassName
{
background-color: #0331EE;
}
</style>
border-color css
<style>
span { border-color: #0331EE; }
span { border-color: rgb(3,49,238); }
td.TdClassName
{
border-color: #0331EE;
}
.TagClassName
{
border-color: #0331EE;
}
</style>