Shades of Blue #0330EC
Tints of Blue #0330EC
RGB
CMYK
RGB Variations
Color information
#0330EC (or 0x0330EC) is known color: Blue. HEX triplet: 03, 30 and EC. RGB value is (3,48,236). Sum of RGB (Red+Green+Blue) = 3+48+236=287 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.05% from 287); Green value is 48 (19.14% from 255 or 16.72% from 287); Blue value is 236 (92.58% from 255 or 82.23% from 287); Max value from RGB is 236 - color contains mainly: blue. Hex color #0330EC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0330EC is #FCCF13. Grayscale: #373737. Windows color (decimal): -16568084 or 15478787. OLE color: 15478787.
HSL color Cylindrical-coordinate representation of color #0330EC: hue angle of 228.41º degrees, saturation: 0.97, 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 #0330EC is Cyan = 0.99, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 48 | 236 | - |
| CMYK | 0.99 | 0.80 | 0 | 0.07 |
| HSL | 228.41º | 0.97% | 0.47% | - |
| HSV(B) | 228.41º | 0.99% | 0.93% | - |
| XYZ | 16.23 | 8.19 | 80.08 | - |
| YUV | 55.98 | 229.59 | 90.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 48 | 236 | 0.99 | 0.80 | 0 | 0.07 | 228.41 | 0.97 | 0.47 |
| Hex | 3 | 30 | EC | 63 | 50 | 0 | 7 | E4 | 61 | 2F |
| Octal | 3 | 60 | 354 | 143 | 120 | 0 | 7 | 344 | 141 | 57 |
| Binary | 11 | 110000 | 11101100 | 1100011 | 1010000 | 0 | 111 | 11100100 | 1100001 | 101111 |
Color Harmonies of #0330EC
Complementary color
Monochromatic Colors of #0330EC
Black with #0330EC
Text Example
Text Example
White with #0330EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0330EC; }
p { color: rgb(3,48,236); }
H1.HeaderClassName
{
color: #0330EC;
}
.AnyTagClassName
{
color: #0330EC;
}
</style>
background-color css
<style>
a { background-color: #0330EC; }
a { background-color: rgb(3,48,236); }
div.DivClassName
{
background-color: #0330EC;
}
.BgClassName
{
background-color: #0330EC;
}
</style>
border-color css
<style>
span { border-color: #0330EC; }
span { border-color: rgb(3,48,236); }
td.TdClassName
{
border-color: #0330EC;
}
.TagClassName
{
border-color: #0330EC;
}
</style>