Shades of Blue #0331F5
Tints of Blue #0331F5
RGB
CMYK
RGB Variations
Color information
#0331F5 (or 0x0331F5) is known color: Blue. HEX triplet: 03, 31 and F5. RGB value is (3,49,245). Sum of RGB (Red+Green+Blue) = 3+49+245=297 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.01% from 297); Green value is 49 (19.53% from 255 or 16.50% from 297); Blue value is 245 (96.09% from 255 or 82.49% from 297); Max value from RGB is 245 - color contains mainly: blue. Hex color #0331F5 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0331F5 is #FCCE0A. Grayscale: #383838. Windows color (decimal): -16567819 or 16068867. OLE color: 16068867.
HSL color Cylindrical-coordinate representation of color #0331F5: hue angle of 228.6º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0331F5 is Cyan = 0.99, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 3 | 49 | 245 | - |
| CMYK | 0.99 | 0.8 | 0 | 0.04 |
| HSL | 228.6º | 0.98% | 0.49% | - |
| HSV(B) | 228.6º | 0.99% | 0.96% | - |
| XYZ | 17.62 | 8.81 | 87.16 | - |
| YUV | 57.59 | 233.76 | 89.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 49 | 245 | 0.99 | 0.8 | 0 | 0.04 | 228.6 | 0.98 | 0.49 |
| Hex | 3 | 31 | F5 | 63 | 50 | 0 | 4 | E5 | 62 | 31 |
| Octal | 3 | 61 | 365 | 143 | 120 | 0 | 4 | 345 | 142 | 61 |
| Binary | 11 | 110001 | 11110101 | 1100011 | 1010000 | 0 | 100 | 11100101 | 1100010 | 110001 |
Color Harmonies of #0331F5
Complementary color
Monochromatic Colors of #0331F5
Black with #0331F5
Text Example
Text Example
White with #0331F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0331F5; }
p { color: rgb(3,49,245); }
H1.HeaderClassName
{
color: #0331F5;
}
.AnyTagClassName
{
color: #0331F5;
}
</style>
background-color css
<style>
a { background-color: #0331F5; }
a { background-color: rgb(3,49,245); }
div.DivClassName
{
background-color: #0331F5;
}
.BgClassName
{
background-color: #0331F5;
}
</style>
border-color css
<style>
span { border-color: #0331F5; }
span { border-color: rgb(3,49,245); }
td.TdClassName
{
border-color: #0331F5;
}
.TagClassName
{
border-color: #0331F5;
}
</style>