Shades of Blue #0328FD
Tints of Blue #0328FD
RGB
CMYK
RGB Variations
Color information
#0328FD (or 0x0328FD) is known color: Blue. HEX triplet: 03, 28 and FD. RGB value is (3,40,253). Sum of RGB (Red+Green+Blue) = 3+40+253=296 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.01% from 296); Green value is 40 (16.02% from 255 or 13.51% from 296); Blue value is 253 (99.22% from 255 or 85.47% from 296); Max value from RGB is 253 - color contains mainly: blue. Hex color #0328FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0328FD is #FCD702. Grayscale: #343434. Windows color (decimal): -16570115 or 16590851. OLE color: 16590851.
HSL color Cylindrical-coordinate representation of color #0328FD: hue angle of 231.12º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0328FD is Cyan = 0.99, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 40 | 253 | - |
| CMYK | 0.99 | 0.84 | 0 | 0.01 |
| HSL | 231.12º | 0.98% | 0.5% | - |
| HSV(B) | 231.12º | 0.99% | 0.99% | - |
| XYZ | 18.53 | 8.63 | 93.62 | - |
| YUV | 53.22 | 240.74 | 92.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 40 | 253 | 0.99 | 0.84 | 0 | 0.01 | 231.12 | 0.98 | 0.5 |
| Hex | 3 | 28 | FD | 63 | 54 | 0 | 1 | E7 | 62 | 32 |
| Octal | 3 | 50 | 375 | 143 | 124 | 0 | 1 | 347 | 142 | 62 |
| Binary | 11 | 101000 | 11111101 | 1100011 | 1010100 | 0 | 1 | 11100111 | 1100010 | 110010 |
Color Harmonies of #0328FD
Complementary color
Monochromatic Colors of #0328FD
Black with #0328FD
Text Example
Text Example
White with #0328FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0328FD; }
p { color: rgb(3,40,253); }
H1.HeaderClassName
{
color: #0328FD;
}
.AnyTagClassName
{
color: #0328FD;
}
</style>
background-color css
<style>
a { background-color: #0328FD; }
a { background-color: rgb(3,40,253); }
div.DivClassName
{
background-color: #0328FD;
}
.BgClassName
{
background-color: #0328FD;
}
</style>
border-color css
<style>
span { border-color: #0328FD; }
span { border-color: rgb(3,40,253); }
td.TdClassName
{
border-color: #0328FD;
}
.TagClassName
{
border-color: #0328FD;
}
</style>