Shades of Blue #0331FF
Tints of Blue #0331FF
RGB
CMYK
RGB Variations
Color information
#0331FF (or 0x0331FF) is known color: Blue. HEX triplet: 03, 31 and FF. RGB value is (3,49,255). Sum of RGB (Red+Green+Blue) = 3+49+255=307 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.98% from 307); Green value is 49 (19.53% from 255 or 15.96% from 307); Blue value is 255 (100% from 255 or 83.06% from 307); Max value from RGB is 255 - color contains mainly: blue. Hex color #0331FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0331FF is #FCCE00. Grayscale: #393939. Windows color (decimal): -16567809 or 16724227. OLE color: 16724227.
HSL color Cylindrical-coordinate representation of color #0331FF: hue angle of 229.05º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0331FF is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 3 | 49 | 255 | - |
| CMYK | 0.99 | 0.81 | 0 | 0 |
| HSL | 229.05º | 1% | 0.51% | - |
| HSV(B) | 229.05º | 0.99% | 1% | - |
| XYZ | 19.19 | 9.44 | 95.42 | - |
| YUV | 58.73 | 238.76 | 88.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 49 | 255 | 0.99 | 0.81 | 0 | 0 | 229.05 | 1 | 0.51 |
| Hex | 3 | 31 | FF | 63 | 51 | 0 | 0 | E5 | 64 | 33 |
| Octal | 3 | 61 | 377 | 143 | 121 | 0 | 0 | 345 | 144 | 63 |
| Binary | 11 | 110001 | 11111111 | 1100011 | 1010001 | 0 | 0 | 11100101 | 1100100 | 110011 |
Color Harmonies of #0331FF
Complementary color
Monochromatic Colors of #0331FF
Black with #0331FF
Text Example
Text Example
White with #0331FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0331FF; }
p { color: rgb(3,49,255); }
H1.HeaderClassName
{
color: #0331FF;
}
.AnyTagClassName
{
color: #0331FF;
}
</style>
background-color css
<style>
a { background-color: #0331FF; }
a { background-color: rgb(3,49,255); }
div.DivClassName
{
background-color: #0331FF;
}
.BgClassName
{
background-color: #0331FF;
}
</style>
border-color css
<style>
span { border-color: #0331FF; }
span { border-color: rgb(3,49,255); }
td.TdClassName
{
border-color: #0331FF;
}
.TagClassName
{
border-color: #0331FF;
}
</style>