Shades of Blue #0330EB
Tints of Blue #0330EB
RGB
CMYK
RGB Variations
Color information
#0330EB (or 0x0330EB) is known color: Blue. HEX triplet: 03, 30 and EB. RGB value is (3,48,235). Sum of RGB (Red+Green+Blue) = 3+48+235=286 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.05% from 286); Green value is 48 (19.14% from 255 or 16.78% from 286); Blue value is 235 (92.19% from 255 or 82.17% from 286); Max value from RGB is 235 - color contains mainly: blue. Hex color #0330EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0330EB is #FCCF14. Grayscale: #373737. Windows color (decimal): -16568085 or 15413251. OLE color: 15413251.
HSL color Cylindrical-coordinate representation of color #0330EB: hue angle of 228.36º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0330EB is Cyan = 0.99, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 3 | 48 | 235 | - |
| CMYK | 0.99 | 0.80 | 0 | 0.08 |
| HSL | 228.36º | 0.97% | 0.47% | - |
| HSV(B) | 228.36º | 0.99% | 0.92% | - |
| XYZ | 16.09 | 8.13 | 79.32 | - |
| YUV | 55.86 | 229.09 | 90.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 48 | 235 | 0.99 | 0.80 | 0 | 0.08 | 228.36 | 0.97 | 0.47 |
| Hex | 3 | 30 | EB | 63 | 50 | 0 | 8 | E4 | 61 | 2F |
| Octal | 3 | 60 | 353 | 143 | 120 | 0 | 10 | 344 | 141 | 57 |
| Binary | 11 | 110000 | 11101011 | 1100011 | 1010000 | 0 | 1000 | 11100100 | 1100001 | 101111 |
Color Harmonies of #0330EB
Complementary color
Monochromatic Colors of #0330EB
Black with #0330EB
Text Example
Text Example
White with #0330EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0330EB; }
p { color: rgb(3,48,235); }
H1.HeaderClassName
{
color: #0330EB;
}
.AnyTagClassName
{
color: #0330EB;
}
</style>
background-color css
<style>
a { background-color: #0330EB; }
a { background-color: rgb(3,48,235); }
div.DivClassName
{
background-color: #0330EB;
}
.BgClassName
{
background-color: #0330EB;
}
</style>
border-color css
<style>
span { border-color: #0330EB; }
span { border-color: rgb(3,48,235); }
td.TdClassName
{
border-color: #0330EB;
}
.TagClassName
{
border-color: #0330EB;
}
</style>