Shades of Blue #0337FD
Tints of Blue #0337FD
RGB
CMYK
RGB Variations
Color information
#0337FD (or 0x0337FD) is known color: Blue. HEX triplet: 03, 37 and FD. RGB value is (3,55,253). Sum of RGB (Red+Green+Blue) = 3+55+253=311 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 311); Green value is 55 (21.88% from 255 or 17.68% from 311); Blue value is 253 (99.22% from 255 or 81.35% from 311); Max value from RGB is 253 - color contains mainly: blue. Hex color #0337FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0337FD is #FCC802. Grayscale: #3D3D3D. Windows color (decimal): -16566275 or 16594691. OLE color: 16594691.
HSL color Cylindrical-coordinate representation of color #0337FD: hue angle of 227.52º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0337FD is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 55 | 253 | - |
| CMYK | 0.99 | 0.78 | 0 | 0.01 |
| HSL | 227.52º | 0.98% | 0.5% | - |
| HSV(B) | 227.52º | 0.99% | 0.99% | - |
| XYZ | 19.13 | 9.84 | 93.82 | - |
| YUV | 62.02 | 235.77 | 85.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 55 | 253 | 0.99 | 0.78 | 0 | 0.01 | 227.52 | 0.98 | 0.5 |
| Hex | 3 | 37 | FD | 63 | 4E | 0 | 1 | E4 | 62 | 32 |
| Octal | 3 | 67 | 375 | 143 | 116 | 0 | 1 | 344 | 142 | 62 |
| Binary | 11 | 110111 | 11111101 | 1100011 | 1001110 | 0 | 1 | 11100100 | 1100010 | 110010 |
Color Harmonies of #0337FD
Complementary color
Monochromatic Colors of #0337FD
Black with #0337FD
Text Example
Text Example
White with #0337FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0337FD; }
p { color: rgb(3,55,253); }
H1.HeaderClassName
{
color: #0337FD;
}
.AnyTagClassName
{
color: #0337FD;
}
</style>
background-color css
<style>
a { background-color: #0337FD; }
a { background-color: rgb(3,55,253); }
div.DivClassName
{
background-color: #0337FD;
}
.BgClassName
{
background-color: #0337FD;
}
</style>
border-color css
<style>
span { border-color: #0337FD; }
span { border-color: rgb(3,55,253); }
td.TdClassName
{
border-color: #0337FD;
}
.TagClassName
{
border-color: #0337FD;
}
</style>