Shades of Blue #0328FC
Tints of Blue #0328FC
RGB
CMYK
RGB Variations
Color information
#0328FC (or 0x0328FC) is known color: Blue. HEX triplet: 03, 28 and FC. RGB value is (3,40,252). Sum of RGB (Red+Green+Blue) = 3+40+252=295 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.02% from 295); Green value is 40 (16.02% from 255 or 13.56% from 295); Blue value is 252 (98.83% from 255 or 85.42% from 295); Max value from RGB is 252 - color contains mainly: blue. Hex color #0328FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0328FC is #FCD703. Grayscale: #343434. Windows color (decimal): -16570116 or 16525315. OLE color: 16525315.
HSL color Cylindrical-coordinate representation of color #0328FC: hue angle of 231.08º 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 #0328FC is Cyan = 0.99, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 40 | 252 | - |
| CMYK | 0.99 | 0.84 | 0 | 0.01 |
| HSL | 231.08º | 0.98% | 0.5% | - |
| HSV(B) | 231.08º | 0.99% | 0.99% | - |
| XYZ | 18.37 | 8.57 | 92.78 | - |
| YUV | 53.11 | 240.24 | 92.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 40 | 252 | 0.99 | 0.84 | 0 | 0.01 | 231.08 | 0.98 | 0.5 |
| Hex | 3 | 28 | FC | 63 | 54 | 0 | 1 | E7 | 62 | 32 |
| Octal | 3 | 50 | 374 | 143 | 124 | 0 | 1 | 347 | 142 | 62 |
| Binary | 11 | 101000 | 11111100 | 1100011 | 1010100 | 0 | 1 | 11100111 | 1100010 | 110010 |
Color Harmonies of #0328FC
Complementary color
Monochromatic Colors of #0328FC
Black with #0328FC
Text Example
Text Example
White with #0328FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0328FC; }
p { color: rgb(3,40,252); }
H1.HeaderClassName
{
color: #0328FC;
}
.AnyTagClassName
{
color: #0328FC;
}
</style>
background-color css
<style>
a { background-color: #0328FC; }
a { background-color: rgb(3,40,252); }
div.DivClassName
{
background-color: #0328FC;
}
.BgClassName
{
background-color: #0328FC;
}
</style>
border-color css
<style>
span { border-color: #0328FC; }
span { border-color: rgb(3,40,252); }
td.TdClassName
{
border-color: #0328FC;
}
.TagClassName
{
border-color: #0328FC;
}
</style>