Shades of Blue #003BFA
Tints of Blue #003BFA
RGB
CMYK
RGB Variations
Color information
#003BFA (or 0x003BFA) is known color: Blue. HEX triplet: 00, 3B and FA. RGB value is (0,59,250). Sum of RGB (Red+Green+Blue) = 0+59+250=309 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 309); Green value is 59 (23.44% from 255 or 19.09% from 309); Blue value is 250 (98.05% from 255 or 80.91% from 309); Max value from RGB is 250 - color contains mainly: blue. Hex color #003BFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #003BFA is #FFC405. Grayscale: #3E3E3E. Windows color (decimal): -16761862 or 16399104. OLE color: 16399104.
HSL color Cylindrical-coordinate representation of color #003BFA: hue angle of 225.84º 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 #003BFA is Cyan = 1, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 59 | 250 | - |
| CMYK | 1 | 0.76 | 0 | 0.02 |
| HSL | 225.84º | 1% | 0.49% | - |
| HSV(B) | 225.84º | 1% | 0.98% | - |
| XYZ | 18.82 | 10.03 | 91.39 | - |
| YUV | 63.13 | 233.45 | 82.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 59 | 250 | 1 | 0.76 | 0 | 0.02 | 225.84 | 1 | 0.49 |
| Hex | 0 | 3B | FA | 64 | 4C | 0 | 2 | E2 | 64 | 31 |
| Octal | 0 | 73 | 372 | 144 | 114 | 0 | 2 | 342 | 144 | 61 |
| Binary | 0 | 111011 | 11111010 | 1100100 | 1001100 | 0 | 10 | 11100010 | 1100100 | 110001 |
Color Harmonies of #003BFA
Complementary color
Monochromatic Colors of #003BFA
Black with #003BFA
Text Example
Text Example
White with #003BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003BFA; }
p { color: rgb(0,59,250); }
H1.HeaderClassName
{
color: #003BFA;
}
.AnyTagClassName
{
color: #003BFA;
}
</style>
background-color css
<style>
a { background-color: #003BFA; }
a { background-color: rgb(0,59,250); }
div.DivClassName
{
background-color: #003BFA;
}
.BgClassName
{
background-color: #003BFA;
}
</style>
border-color css
<style>
span { border-color: #003BFA; }
span { border-color: rgb(0,59,250); }
td.TdClassName
{
border-color: #003BFA;
}
.TagClassName
{
border-color: #003BFA;
}
</style>