Shades of Blue #003AFC
Tints of Blue #003AFC
RGB
CMYK
RGB Variations
Color information
#003AFC (or 0x003AFC) is known color: Blue. HEX triplet: 00, 3A and FC. RGB value is (0,58,252). Sum of RGB (Red+Green+Blue) = 0+58+252=310 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 310); Green value is 58 (23.05% from 255 or 18.71% from 310); Blue value is 252 (98.83% from 255 or 81.29% from 310); Max value from RGB is 252 - color contains mainly: blue. Hex color #003AFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #003AFC is #FFC503. Grayscale: #3D3D3D. Windows color (decimal): -16762116 or 16529920. OLE color: 16529920.
HSL color Cylindrical-coordinate representation of color #003AFC: hue angle of 226.19º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003AFC is Cyan = 1, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 58 | 252 | - |
| CMYK | 1 | 0.77 | 0 | 0.01 |
| HSL | 226.19º | 1% | 0.49% | - |
| HSV(B) | 226.19º | 1% | 0.99% | - |
| XYZ | 19.08 | 10.05 | 93.03 | - |
| YUV | 62.77 | 234.78 | 83.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 58 | 252 | 1 | 0.77 | 0 | 0.01 | 226.19 | 1 | 0.49 |
| Hex | 0 | 3A | FC | 64 | 4D | 0 | 1 | E2 | 64 | 31 |
| Octal | 0 | 72 | 374 | 144 | 115 | 0 | 1 | 342 | 144 | 61 |
| Binary | 0 | 111010 | 11111100 | 1100100 | 1001101 | 0 | 1 | 11100010 | 1100100 | 110001 |
Color Harmonies of #003AFC
Complementary color
Monochromatic Colors of #003AFC
Black with #003AFC
Text Example
Text Example
White with #003AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003AFC; }
p { color: rgb(0,58,252); }
H1.HeaderClassName
{
color: #003AFC;
}
.AnyTagClassName
{
color: #003AFC;
}
</style>
background-color css
<style>
a { background-color: #003AFC; }
a { background-color: rgb(0,58,252); }
div.DivClassName
{
background-color: #003AFC;
}
.BgClassName
{
background-color: #003AFC;
}
</style>
border-color css
<style>
span { border-color: #003AFC; }
span { border-color: rgb(0,58,252); }
td.TdClassName
{
border-color: #003AFC;
}
.TagClassName
{
border-color: #003AFC;
}
</style>