Shades of Blue #003BFB
Tints of Blue #003BFB
RGB
CMYK
RGB Variations
Color information
#003BFB (or 0x003BFB) is known color: Blue. HEX triplet: 00, 3B and FB. RGB value is (0,59,251). Sum of RGB (Red+Green+Blue) = 0+59+251=310 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 310); Green value is 59 (23.44% from 255 or 19.03% from 310); Blue value is 251 (98.44% from 255 or 80.97% from 310); Max value from RGB is 251 - color contains mainly: blue. Hex color #003BFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #003BFB is #FFC404. Grayscale: #3E3E3E. Windows color (decimal): -16761861 or 16464640. OLE color: 16464640.
HSL color Cylindrical-coordinate representation of color #003BFB: hue angle of 225.9º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003BFB is Cyan = 1, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 59 | 251 | - |
| CMYK | 1 | 0.76 | 0 | 0.02 |
| HSL | 225.9º | 1% | 0.49% | - |
| HSV(B) | 225.9º | 1% | 0.98% | - |
| XYZ | 18.98 | 10.09 | 92.21 | - |
| YUV | 63.25 | 233.95 | 82.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 59 | 251 | 1 | 0.76 | 0 | 0.02 | 225.9 | 1 | 0.49 |
| Hex | 0 | 3B | FB | 64 | 4C | 0 | 2 | E2 | 64 | 31 |
| Octal | 0 | 73 | 373 | 144 | 114 | 0 | 2 | 342 | 144 | 61 |
| Binary | 0 | 111011 | 11111011 | 1100100 | 1001100 | 0 | 10 | 11100010 | 1100100 | 110001 |
Color Harmonies of #003BFB
Complementary color
Monochromatic Colors of #003BFB
Black with #003BFB
Text Example
Text Example
White with #003BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003BFB; }
p { color: rgb(0,59,251); }
H1.HeaderClassName
{
color: #003BFB;
}
.AnyTagClassName
{
color: #003BFB;
}
</style>
background-color css
<style>
a { background-color: #003BFB; }
a { background-color: rgb(0,59,251); }
div.DivClassName
{
background-color: #003BFB;
}
.BgClassName
{
background-color: #003BFB;
}
</style>
border-color css
<style>
span { border-color: #003BFB; }
span { border-color: rgb(0,59,251); }
td.TdClassName
{
border-color: #003BFB;
}
.TagClassName
{
border-color: #003BFB;
}
</style>