Shades of Blue #0329FC
Tints of Blue #0329FC
RGB
CMYK
RGB Variations
Color information
#0329FC (or 0x0329FC) is known color: Blue. HEX triplet: 03, 29 and FC. RGB value is (3,41,252). Sum of RGB (Red+Green+Blue) = 3+41+252=296 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.01% from 296); Green value is 41 (16.41% from 255 or 13.85% from 296); Blue value is 252 (98.83% from 255 or 85.14% from 296); Max value from RGB is 252 - color contains mainly: blue. Hex color #0329FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0329FC is #FCD603. Grayscale: #343434. Windows color (decimal): -16569860 or 16525571. OLE color: 16525571.
HSL color Cylindrical-coordinate representation of color #0329FC: hue angle of 230.84º 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 #0329FC is Cyan = 0.99, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 41 | 252 | - |
| CMYK | 0.99 | 0.84 | 0 | 0.01 |
| HSL | 230.84º | 0.98% | 0.5% | - |
| HSV(B) | 230.84º | 0.99% | 0.99% | - |
| XYZ | 18.4 | 8.63 | 92.79 | - |
| YUV | 53.69 | 239.91 | 91.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 41 | 252 | 0.99 | 0.84 | 0 | 0.01 | 230.84 | 0.98 | 0.5 |
| Hex | 3 | 29 | FC | 63 | 54 | 0 | 1 | E7 | 62 | 32 |
| Octal | 3 | 51 | 374 | 143 | 124 | 0 | 1 | 347 | 142 | 62 |
| Binary | 11 | 101001 | 11111100 | 1100011 | 1010100 | 0 | 1 | 11100111 | 1100010 | 110010 |
Color Harmonies of #0329FC
Complementary color
Monochromatic Colors of #0329FC
Black with #0329FC
Text Example
Text Example
White with #0329FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0329FC; }
p { color: rgb(3,41,252); }
H1.HeaderClassName
{
color: #0329FC;
}
.AnyTagClassName
{
color: #0329FC;
}
</style>
background-color css
<style>
a { background-color: #0329FC; }
a { background-color: rgb(3,41,252); }
div.DivClassName
{
background-color: #0329FC;
}
.BgClassName
{
background-color: #0329FC;
}
</style>
border-color css
<style>
span { border-color: #0329FC; }
span { border-color: rgb(3,41,252); }
td.TdClassName
{
border-color: #0329FC;
}
.TagClassName
{
border-color: #0329FC;
}
</style>