Shades of Blue #032BF6
Tints of Blue #032BF6
RGB
CMYK
RGB Variations
Color information
#032BF6 (or 0x032BF6) is known color: Blue. HEX triplet: 03, 2B and F6. RGB value is (3,43,246). Sum of RGB (Red+Green+Blue) = 3+43+246=292 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.03% from 292); Green value is 43 (17.19% from 255 or 14.73% from 292); Blue value is 246 (96.48% from 255 or 84.25% from 292); Max value from RGB is 246 - color contains mainly: blue. Hex color #032BF6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #032BF6 is #FCD409. Grayscale: #353535. Windows color (decimal): -16569354 or 16132867. OLE color: 16132867.
HSL color Cylindrical-coordinate representation of color #032BF6: hue angle of 230.12º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #032BF6 is Cyan = 0.99, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 3 | 43 | 246 | - |
| CMYK | 0.99 | 0.83 | 0 | 0.04 |
| HSL | 230.12º | 0.98% | 0.49% | - |
| HSV(B) | 230.12º | 0.99% | 0.96% | - |
| XYZ | 17.54 | 8.4 | 87.89 | - |
| YUV | 54.18 | 236.25 | 91.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 43 | 246 | 0.99 | 0.83 | 0 | 0.04 | 230.12 | 0.98 | 0.49 |
| Hex | 3 | 2B | F6 | 63 | 53 | 0 | 4 | E6 | 62 | 31 |
| Octal | 3 | 53 | 366 | 143 | 123 | 0 | 4 | 346 | 142 | 61 |
| Binary | 11 | 101011 | 11110110 | 1100011 | 1010011 | 0 | 100 | 11100110 | 1100010 | 110001 |
Color Harmonies of #032BF6
Complementary color
Monochromatic Colors of #032BF6
Black with #032BF6
Text Example
Text Example
White with #032BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032BF6; }
p { color: rgb(3,43,246); }
H1.HeaderClassName
{
color: #032BF6;
}
.AnyTagClassName
{
color: #032BF6;
}
</style>
background-color css
<style>
a { background-color: #032BF6; }
a { background-color: rgb(3,43,246); }
div.DivClassName
{
background-color: #032BF6;
}
.BgClassName
{
background-color: #032BF6;
}
</style>
border-color css
<style>
span { border-color: #032BF6; }
span { border-color: rgb(3,43,246); }
td.TdClassName
{
border-color: #032BF6;
}
.TagClassName
{
border-color: #032BF6;
}
</style>