Shades of Blue #003CFB
Tints of Blue #003CFB
RGB
CMYK
RGB Variations
Color information
#003CFB (or 0x003CFB) is known color: Blue. HEX triplet: 00, 3C and FB. RGB value is (0,60,251). Sum of RGB (Red+Green+Blue) = 0+60+251=311 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 311); Green value is 60 (23.83% from 255 or 19.29% from 311); Blue value is 251 (98.44% from 255 or 80.71% from 311); Max value from RGB is 251 - color contains mainly: blue. Hex color #003CFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #003CFB is #FFC304. Grayscale: #3F3F3F. Windows color (decimal): -16761605 or 16464896. OLE color: 16464896.
HSL color Cylindrical-coordinate representation of color #003CFB: hue angle of 225.66º 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 #003CFB is Cyan = 1, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 60 | 251 | - |
| CMYK | 1 | 0.76 | 0 | 0.02 |
| HSL | 225.66º | 1% | 0.49% | - |
| HSV(B) | 225.66º | 1% | 0.98% | - |
| XYZ | 19.03 | 10.2 | 92.23 | - |
| YUV | 63.83 | 233.62 | 82.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 60 | 251 | 1 | 0.76 | 0 | 0.02 | 225.66 | 1 | 0.49 |
| Hex | 0 | 3C | FB | 64 | 4C | 0 | 2 | E2 | 64 | 31 |
| Octal | 0 | 74 | 373 | 144 | 114 | 0 | 2 | 342 | 144 | 61 |
| Binary | 0 | 111100 | 11111011 | 1100100 | 1001100 | 0 | 10 | 11100010 | 1100100 | 110001 |
Color Harmonies of #003CFB
Complementary color
Monochromatic Colors of #003CFB
Black with #003CFB
Text Example
Text Example
White with #003CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003CFB; }
p { color: rgb(0,60,251); }
H1.HeaderClassName
{
color: #003CFB;
}
.AnyTagClassName
{
color: #003CFB;
}
</style>
background-color css
<style>
a { background-color: #003CFB; }
a { background-color: rgb(0,60,251); }
div.DivClassName
{
background-color: #003CFB;
}
.BgClassName
{
background-color: #003CFB;
}
</style>
border-color css
<style>
span { border-color: #003CFB; }
span { border-color: rgb(0,60,251); }
td.TdClassName
{
border-color: #003CFB;
}
.TagClassName
{
border-color: #003CFB;
}
</style>