Shades of Blue #0329FF
Tints of Blue #0329FF
RGB
CMYK
RGB Variations
Color information
#0329FF (or 0x0329FF) is known color: Blue. HEX triplet: 03, 29 and FF. RGB value is (3,41,255). Sum of RGB (Red+Green+Blue) = 3+41+255=299 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.00% from 299); Green value is 41 (16.41% from 255 or 13.71% from 299); Blue value is 255 (100% from 255 or 85.28% from 299); Max value from RGB is 255 - color contains mainly: blue. Hex color #0329FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0329FF is #FCD600. Grayscale: #353535. Windows color (decimal): -16569857 or 16722179. OLE color: 16722179.
HSL color Cylindrical-coordinate representation of color #0329FF: hue angle of 230.95º 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 #0329FF is Cyan = 0.99, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 3 | 41 | 255 | - |
| CMYK | 0.99 | 0.84 | 0 | 0 |
| HSL | 230.95º | 1% | 0.51% | - |
| HSV(B) | 230.95º | 0.99% | 1% | - |
| XYZ | 18.88 | 8.83 | 95.32 | - |
| YUV | 54.03 | 241.41 | 91.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 41 | 255 | 0.99 | 0.84 | 0 | 0 | 230.95 | 1 | 0.51 |
| Hex | 3 | 29 | FF | 63 | 54 | 0 | 0 | E7 | 64 | 33 |
| Octal | 3 | 51 | 377 | 143 | 124 | 0 | 0 | 347 | 144 | 63 |
| Binary | 11 | 101001 | 11111111 | 1100011 | 1010100 | 0 | 0 | 11100111 | 1100100 | 110011 |
Color Harmonies of #0329FF
Complementary color
Monochromatic Colors of #0329FF
Black with #0329FF
Text Example
Text Example
White with #0329FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0329FF; }
p { color: rgb(3,41,255); }
H1.HeaderClassName
{
color: #0329FF;
}
.AnyTagClassName
{
color: #0329FF;
}
</style>
background-color css
<style>
a { background-color: #0329FF; }
a { background-color: rgb(3,41,255); }
div.DivClassName
{
background-color: #0329FF;
}
.BgClassName
{
background-color: #0329FF;
}
</style>
border-color css
<style>
span { border-color: #0329FF; }
span { border-color: rgb(3,41,255); }
td.TdClassName
{
border-color: #0329FF;
}
.TagClassName
{
border-color: #0329FF;
}
</style>