Shades of Blue #0333EF
Tints of Blue #0333EF
RGB
CMYK
RGB Variations
Color information
#0333EF (or 0x0333EF) is known color: Blue. HEX triplet: 03, 33 and EF. RGB value is (3,51,239). Sum of RGB (Red+Green+Blue) = 3+51+239=293 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.02% from 293); Green value is 51 (20.31% from 255 or 17.41% from 293); Blue value is 239 (93.75% from 255 or 81.57% from 293); Max value from RGB is 239 - color contains mainly: blue. Hex color #0333EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0333EF is #FCCC10. Grayscale: #393939. Windows color (decimal): -16567313 or 15676163. OLE color: 15676163.
HSL color Cylindrical-coordinate representation of color #0333EF: hue angle of 227.8º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0333EF is Cyan = 0.99, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 3 | 51 | 239 | - |
| CMYK | 0.99 | 0.79 | 0 | 0.06 |
| HSL | 227.8º | 0.98% | 0.47% | - |
| HSV(B) | 227.8º | 0.99% | 0.94% | - |
| XYZ | 16.8 | 8.62 | 82.44 | - |
| YUV | 58.08 | 230.1 | 88.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 51 | 239 | 0.99 | 0.79 | 0 | 0.06 | 227.8 | 0.98 | 0.47 |
| Hex | 3 | 33 | EF | 63 | 4F | 0 | 6 | E4 | 62 | 2F |
| Octal | 3 | 63 | 357 | 143 | 117 | 0 | 6 | 344 | 142 | 57 |
| Binary | 11 | 110011 | 11101111 | 1100011 | 1001111 | 0 | 110 | 11100100 | 1100010 | 101111 |
Color Harmonies of #0333EF
Complementary color
Monochromatic Colors of #0333EF
Black with #0333EF
Text Example
Text Example
White with #0333EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0333EF; }
p { color: rgb(3,51,239); }
H1.HeaderClassName
{
color: #0333EF;
}
.AnyTagClassName
{
color: #0333EF;
}
</style>
background-color css
<style>
a { background-color: #0333EF; }
a { background-color: rgb(3,51,239); }
div.DivClassName
{
background-color: #0333EF;
}
.BgClassName
{
background-color: #0333EF;
}
</style>
border-color css
<style>
span { border-color: #0333EF; }
span { border-color: rgb(3,51,239); }
td.TdClassName
{
border-color: #0333EF;
}
.TagClassName
{
border-color: #0333EF;
}
</style>