Shades of Blue #0320FF
Tints of Blue #0320FF
RGB
CMYK
RGB Variations
Color information
#0320FF (or 0x0320FF) is known color: Blue. HEX triplet: 03, 20 and FF. RGB value is (3,32,255). Sum of RGB (Red+Green+Blue) = 3+32+255=290 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.03% from 290); Green value is 32 (12.89% from 255 or 11.03% from 290); Blue value is 255 (100% from 255 or 87.93% from 290); Max value from RGB is 255 - color contains mainly: blue. Hex color #0320FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0320FF is #FCDF00. Grayscale: #2F2F2F. Windows color (decimal): -16572161 or 16719875. OLE color: 16719875.
HSL color Cylindrical-coordinate representation of color #0320FF: hue angle of 233.1º 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 #0320FF is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 3 | 32 | 255 | - |
| CMYK | 0.99 | 0.87 | 0 | 0 |
| HSL | 233.1º | 1% | 0.51% | - |
| HSV(B) | 233.1º | 0.99% | 1% | - |
| XYZ | 18.6 | 8.27 | 95.22 | - |
| YUV | 48.75 | 244.39 | 95.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 32 | 255 | 0.99 | 0.87 | 0 | 0 | 233.1 | 1 | 0.51 |
| Hex | 3 | 20 | FF | 63 | 57 | 0 | 0 | E9 | 64 | 33 |
| Octal | 3 | 40 | 377 | 143 | 127 | 0 | 0 | 351 | 144 | 63 |
| Binary | 11 | 100000 | 11111111 | 1100011 | 1010111 | 0 | 0 | 11101001 | 1100100 | 110011 |
Color Harmonies of #0320FF
Complementary color
Monochromatic Colors of #0320FF
Black with #0320FF
Text Example
Text Example
White with #0320FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0320FF; }
p { color: rgb(3,32,255); }
H1.HeaderClassName
{
color: #0320FF;
}
.AnyTagClassName
{
color: #0320FF;
}
</style>
background-color css
<style>
a { background-color: #0320FF; }
a { background-color: rgb(3,32,255); }
div.DivClassName
{
background-color: #0320FF;
}
.BgClassName
{
background-color: #0320FF;
}
</style>
border-color css
<style>
span { border-color: #0320FF; }
span { border-color: rgb(3,32,255); }
td.TdClassName
{
border-color: #0320FF;
}
.TagClassName
{
border-color: #0320FF;
}
</style>