Shades of Blue #0337FB
Tints of Blue #0337FB
RGB
CMYK
RGB Variations
Color information
#0337FB (or 0x0337FB) is known color: Blue. HEX triplet: 03, 37 and FB. RGB value is (3,55,251). Sum of RGB (Red+Green+Blue) = 3+55+251=309 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.97% from 309); Green value is 55 (21.88% from 255 or 17.80% from 309); Blue value is 251 (98.44% from 255 or 81.23% from 309); Max value from RGB is 251 - color contains mainly: blue. Hex color #0337FB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0337FB is #FCC804. Grayscale: #3C3C3C. Windows color (decimal): -16566277 or 16463619. OLE color: 16463619.
HSL color Cylindrical-coordinate representation of color #0337FB: hue angle of 227.42º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0337FB is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 55 | 251 | - |
| CMYK | 0.99 | 0.78 | 0 | 0.02 |
| HSL | 227.42º | 0.98% | 0.5% | - |
| HSV(B) | 227.42º | 0.99% | 0.98% | - |
| XYZ | 18.82 | 9.72 | 92.15 | - |
| YUV | 61.8 | 234.77 | 86.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 55 | 251 | 0.99 | 0.78 | 0 | 0.02 | 227.42 | 0.98 | 0.5 |
| Hex | 3 | 37 | FB | 63 | 4E | 0 | 2 | E3 | 62 | 32 |
| Octal | 3 | 67 | 373 | 143 | 116 | 0 | 2 | 343 | 142 | 62 |
| Binary | 11 | 110111 | 11111011 | 1100011 | 1001110 | 0 | 10 | 11100011 | 1100010 | 110010 |
Color Harmonies of #0337FB
Complementary color
Monochromatic Colors of #0337FB
Black with #0337FB
Text Example
Text Example
White with #0337FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0337FB; }
p { color: rgb(3,55,251); }
H1.HeaderClassName
{
color: #0337FB;
}
.AnyTagClassName
{
color: #0337FB;
}
</style>
background-color css
<style>
a { background-color: #0337FB; }
a { background-color: rgb(3,55,251); }
div.DivClassName
{
background-color: #0337FB;
}
.BgClassName
{
background-color: #0337FB;
}
</style>
border-color css
<style>
span { border-color: #0337FB; }
span { border-color: rgb(3,55,251); }
td.TdClassName
{
border-color: #0337FB;
}
.TagClassName
{
border-color: #0337FB;
}
</style>