Shades of Blue #0329EF
Tints of Blue #0329EF
RGB
CMYK
RGB Variations
Color information
#0329EF (or 0x0329EF) is known color: Blue. HEX triplet: 03, 29 and EF. RGB value is (3,41,239). Sum of RGB (Red+Green+Blue) = 3+41+239=283 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.06% from 283); Green value is 41 (16.41% from 255 or 14.49% from 283); Blue value is 239 (93.75% from 255 or 84.45% from 283); Max value from RGB is 239 - color contains mainly: blue. Hex color #0329EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0329EF is #FCD610. Grayscale: #333333. Windows color (decimal): -16569873 or 15673603. OLE color: 15673603.
HSL color Cylindrical-coordinate representation of color #0329EF: hue angle of 230.34º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0329EF is Cyan = 0.99, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 3 | 41 | 239 | - |
| CMYK | 0.99 | 0.83 | 0 | 0.06 |
| HSL | 230.34º | 0.98% | 0.47% | - |
| HSV(B) | 230.34º | 0.99% | 0.94% | - |
| XYZ | 16.41 | 7.84 | 82.31 | - |
| YUV | 52.21 | 233.41 | 92.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 41 | 239 | 0.99 | 0.83 | 0 | 0.06 | 230.34 | 0.98 | 0.47 |
| Hex | 3 | 29 | EF | 63 | 53 | 0 | 6 | E6 | 62 | 2F |
| Octal | 3 | 51 | 357 | 143 | 123 | 0 | 6 | 346 | 142 | 57 |
| Binary | 11 | 101001 | 11101111 | 1100011 | 1010011 | 0 | 110 | 11100110 | 1100010 | 101111 |
Color Harmonies of #0329EF
Complementary color
Monochromatic Colors of #0329EF
Black with #0329EF
Text Example
Text Example
White with #0329EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0329EF; }
p { color: rgb(3,41,239); }
H1.HeaderClassName
{
color: #0329EF;
}
.AnyTagClassName
{
color: #0329EF;
}
</style>
background-color css
<style>
a { background-color: #0329EF; }
a { background-color: rgb(3,41,239); }
div.DivClassName
{
background-color: #0329EF;
}
.BgClassName
{
background-color: #0329EF;
}
</style>
border-color css
<style>
span { border-color: #0329EF; }
span { border-color: rgb(3,41,239); }
td.TdClassName
{
border-color: #0329EF;
}
.TagClassName
{
border-color: #0329EF;
}
</style>