Shades of Blue #0337FF
Tints of Blue #0337FF
RGB
CMYK
RGB Variations
Color information
#0337FF (or 0x0337FF) is known color: Blue. HEX triplet: 03, 37 and FF. RGB value is (3,55,255). Sum of RGB (Red+Green+Blue) = 3+55+255=313 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 313); Green value is 55 (21.88% from 255 or 17.57% from 313); Blue value is 255 (100% from 255 or 81.47% from 313); Max value from RGB is 255 - color contains mainly: blue. Hex color #0337FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0337FF is #FCC800. Grayscale: #3D3D3D. Windows color (decimal): -16566273 or 16725763. OLE color: 16725763.
HSL color Cylindrical-coordinate representation of color #0337FF: hue angle of 227.62º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0337FF is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 3 | 55 | 255 | - |
| CMYK | 0.99 | 0.78 | 0 | 0 |
| HSL | 227.62º | 1% | 0.51% | - |
| HSV(B) | 227.62º | 0.99% | 1% | - |
| XYZ | 19.45 | 9.97 | 95.51 | - |
| YUV | 62.25 | 236.77 | 85.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 55 | 255 | 0.99 | 0.78 | 0 | 0 | 227.62 | 1 | 0.51 |
| Hex | 3 | 37 | FF | 63 | 4E | 0 | 0 | E4 | 64 | 33 |
| Octal | 3 | 67 | 377 | 143 | 116 | 0 | 0 | 344 | 144 | 63 |
| Binary | 11 | 110111 | 11111111 | 1100011 | 1001110 | 0 | 0 | 11100100 | 1100100 | 110011 |
Color Harmonies of #0337FF
Complementary color
Monochromatic Colors of #0337FF
Black with #0337FF
Text Example
Text Example
White with #0337FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0337FF; }
p { color: rgb(3,55,255); }
H1.HeaderClassName
{
color: #0337FF;
}
.AnyTagClassName
{
color: #0337FF;
}
</style>
background-color css
<style>
a { background-color: #0337FF; }
a { background-color: rgb(3,55,255); }
div.DivClassName
{
background-color: #0337FF;
}
.BgClassName
{
background-color: #0337FF;
}
</style>
border-color css
<style>
span { border-color: #0337FF; }
span { border-color: rgb(3,55,255); }
td.TdClassName
{
border-color: #0337FF;
}
.TagClassName
{
border-color: #0337FF;
}
</style>