Shades of Blue #032DFB
Tints of Blue #032DFB
RGB
CMYK
RGB Variations
Color information
#032DFB (or 0x032DFB) is known color: Blue. HEX triplet: 03, 2D and FB. RGB value is (3,45,251). Sum of RGB (Red+Green+Blue) = 3+45+251=299 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.00% from 299); Green value is 45 (17.97% from 255 or 15.05% from 299); Blue value is 251 (98.44% from 255 or 83.95% from 299); Max value from RGB is 251 - color contains mainly: blue. Hex color #032DFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #032DFB is #FCD204. Grayscale: #373737. Windows color (decimal): -16568837 or 16461059. OLE color: 16461059.
HSL color Cylindrical-coordinate representation of color #032DFB: hue angle of 229.84º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #032DFB is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 45 | 251 | - |
| CMYK | 0.99 | 0.82 | 0 | 0.02 |
| HSL | 229.84º | 0.98% | 0.5% | - |
| HSV(B) | 229.84º | 0.99% | 0.98% | - |
| XYZ | 18.39 | 8.86 | 92.01 | - |
| YUV | 55.93 | 238.09 | 90.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 45 | 251 | 0.99 | 0.82 | 0 | 0.02 | 229.84 | 0.98 | 0.5 |
| Hex | 3 | 2D | FB | 63 | 52 | 0 | 2 | E6 | 62 | 32 |
| Octal | 3 | 55 | 373 | 143 | 122 | 0 | 2 | 346 | 142 | 62 |
| Binary | 11 | 101101 | 11111011 | 1100011 | 1010010 | 0 | 10 | 11100110 | 1100010 | 110010 |
Color Harmonies of #032DFB
Complementary color
Monochromatic Colors of #032DFB
Black with #032DFB
Text Example
Text Example
White with #032DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032DFB; }
p { color: rgb(3,45,251); }
H1.HeaderClassName
{
color: #032DFB;
}
.AnyTagClassName
{
color: #032DFB;
}
</style>
background-color css
<style>
a { background-color: #032DFB; }
a { background-color: rgb(3,45,251); }
div.DivClassName
{
background-color: #032DFB;
}
.BgClassName
{
background-color: #032DFB;
}
</style>
border-color css
<style>
span { border-color: #032DFB; }
span { border-color: rgb(3,45,251); }
td.TdClassName
{
border-color: #032DFB;
}
.TagClassName
{
border-color: #032DFB;
}
</style>