Shades of Blue #0339FE
Tints of Blue #0339FE
RGB
CMYK
RGB Variations
Color information
#0339FE (or 0x0339FE) is known color: Blue. HEX triplet: 03, 39 and FE. RGB value is (3,57,254). Sum of RGB (Red+Green+Blue) = 3+57+254=314 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 314); Green value is 57 (22.66% from 255 or 18.15% from 314); Blue value is 254 (99.61% from 255 or 80.89% from 314); Max value from RGB is 254 - color contains mainly: blue. Hex color #0339FE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0339FE is #FCC601. Grayscale: #3E3E3E. Windows color (decimal): -16565762 or 16660739. OLE color: 16660739.
HSL color Cylindrical-coordinate representation of color #0339FE: hue angle of 227.09º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0339FE is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 3 | 57 | 254 | - |
| CMYK | 0.99 | 0.78 | 0 | 0.00 |
| HSL | 227.09º | 0.99% | 0.5% | - |
| HSV(B) | 227.09º | 0.99% | 1% | - |
| XYZ | 19.39 | 10.1 | 94.69 | - |
| YUV | 63.31 | 235.61 | 84.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 57 | 254 | 0.99 | 0.78 | 0 | 0.00 | 227.09 | 0.99 | 0.5 |
| Hex | 3 | 39 | FE | 63 | 4E | 0 | 0 | E3 | 63 | 32 |
| Octal | 3 | 71 | 376 | 143 | 116 | 0 | 0 | 343 | 143 | 62 |
| Binary | 11 | 111001 | 11111110 | 1100011 | 1001110 | 0 | 0 | 11100011 | 1100011 | 110010 |
Color Harmonies of #0339FE
Complementary color
Monochromatic Colors of #0339FE
Black with #0339FE
Text Example
Text Example
White with #0339FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0339FE; }
p { color: rgb(3,57,254); }
H1.HeaderClassName
{
color: #0339FE;
}
.AnyTagClassName
{
color: #0339FE;
}
</style>
background-color css
<style>
a { background-color: #0339FE; }
a { background-color: rgb(3,57,254); }
div.DivClassName
{
background-color: #0339FE;
}
.BgClassName
{
background-color: #0339FE;
}
</style>
border-color css
<style>
span { border-color: #0339FE; }
span { border-color: rgb(3,57,254); }
td.TdClassName
{
border-color: #0339FE;
}
.TagClassName
{
border-color: #0339FE;
}
</style>