Shades of Blue #0328FF
Tints of Blue #0328FF
RGB
CMYK
RGB Variations
Color information
#0328FF (or 0x0328FF) is known color: Blue. HEX triplet: 03, 28 and FF. RGB value is (3,40,255). Sum of RGB (Red+Green+Blue) = 3+40+255=298 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.01% from 298); Green value is 40 (16.02% from 255 or 13.42% from 298); Blue value is 255 (100% from 255 or 85.57% from 298); Max value from RGB is 255 - color contains mainly: blue. Hex color #0328FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0328FF is #FCD700. Grayscale: #343434. Windows color (decimal): -16570113 or 16721923. OLE color: 16721923.
HSL color Cylindrical-coordinate representation of color #0328FF: hue angle of 231.19º 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 #0328FF is Cyan = 0.99, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 3 | 40 | 255 | - |
| CMYK | 0.99 | 0.84 | 0 | 0 |
| HSL | 231.19º | 1% | 0.51% | - |
| HSV(B) | 231.19º | 0.99% | 1% | - |
| XYZ | 18.85 | 8.76 | 95.3 | - |
| YUV | 53.45 | 241.74 | 92.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 40 | 255 | 0.99 | 0.84 | 0 | 0 | 231.19 | 1 | 0.51 |
| Hex | 3 | 28 | FF | 63 | 54 | 0 | 0 | E7 | 64 | 33 |
| Octal | 3 | 50 | 377 | 143 | 124 | 0 | 0 | 347 | 144 | 63 |
| Binary | 11 | 101000 | 11111111 | 1100011 | 1010100 | 0 | 0 | 11100111 | 1100100 | 110011 |
Color Harmonies of #0328FF
Complementary color
Monochromatic Colors of #0328FF
Black with #0328FF
Text Example
Text Example
White with #0328FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0328FF; }
p { color: rgb(3,40,255); }
H1.HeaderClassName
{
color: #0328FF;
}
.AnyTagClassName
{
color: #0328FF;
}
</style>
background-color css
<style>
a { background-color: #0328FF; }
a { background-color: rgb(3,40,255); }
div.DivClassName
{
background-color: #0328FF;
}
.BgClassName
{
background-color: #0328FF;
}
</style>
border-color css
<style>
span { border-color: #0328FF; }
span { border-color: rgb(3,40,255); }
td.TdClassName
{
border-color: #0328FF;
}
.TagClassName
{
border-color: #0328FF;
}
</style>