Shades of Blue #003AFE
Tints of Blue #003AFE
RGB
CMYK
RGB Variations
Color information
#003AFE (or 0x003AFE) is known color: Blue. HEX triplet: 00, 3A and FE. RGB value is (0,58,254). Sum of RGB (Red+Green+Blue) = 0+58+254=312 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 312); Green value is 58 (23.05% from 255 or 18.59% from 312); Blue value is 254 (99.61% from 255 or 81.41% from 312); Max value from RGB is 254 - color contains mainly: blue. Hex color #003AFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #003AFE is #FFC501. Grayscale: #3E3E3E. Windows color (decimal): -16762114 or 16660992. OLE color: 16660992.
HSL color Cylindrical-coordinate representation of color #003AFE: hue angle of 226.3º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003AFE is Cyan = 1, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 0 | 58 | 254 | - |
| CMYK | 1 | 0.77 | 0 | 0.00 |
| HSL | 226.3º | 1% | 0.5% | - |
| HSV(B) | 226.3º | 1% | 1% | - |
| XYZ | 19.4 | 10.18 | 94.71 | - |
| YUV | 63 | 235.78 | 83.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 58 | 254 | 1 | 0.77 | 0 | 0.00 | 226.3 | 1 | 0.5 |
| Hex | 0 | 3A | FE | 64 | 4D | 0 | 0 | E2 | 64 | 32 |
| Octal | 0 | 72 | 376 | 144 | 115 | 0 | 0 | 342 | 144 | 62 |
| Binary | 0 | 111010 | 11111110 | 1100100 | 1001101 | 0 | 0 | 11100010 | 1100100 | 110010 |
Color Harmonies of #003AFE
Complementary color
Monochromatic Colors of #003AFE
Black with #003AFE
Text Example
Text Example
White with #003AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003AFE; }
p { color: rgb(0,58,254); }
H1.HeaderClassName
{
color: #003AFE;
}
.AnyTagClassName
{
color: #003AFE;
}
</style>
background-color css
<style>
a { background-color: #003AFE; }
a { background-color: rgb(0,58,254); }
div.DivClassName
{
background-color: #003AFE;
}
.BgClassName
{
background-color: #003AFE;
}
</style>
border-color css
<style>
span { border-color: #003AFE; }
span { border-color: rgb(0,58,254); }
td.TdClassName
{
border-color: #003AFE;
}
.TagClassName
{
border-color: #003AFE;
}
</style>