Shades of Blue #032BF1
Tints of Blue #032BF1
RGB
CMYK
RGB Variations
Color information
#032BF1 (or 0x032BF1) is known color: Blue. HEX triplet: 03, 2B and F1. RGB value is (3,43,241). Sum of RGB (Red+Green+Blue) = 3+43+241=287 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.05% from 287); Green value is 43 (17.19% from 255 or 14.98% from 287); Blue value is 241 (94.53% from 255 or 83.97% from 287); Max value from RGB is 241 - color contains mainly: blue. Hex color #032BF1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #032BF1 is #FCD40E. Grayscale: #343434. Windows color (decimal): -16569359 or 15805187. OLE color: 15805187.
HSL color Cylindrical-coordinate representation of color #032BF1: hue angle of 229.92º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #032BF1 is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 3 | 43 | 241 | - |
| CMYK | 0.99 | 0.82 | 0 | 0.05 |
| HSL | 229.92º | 0.98% | 0.48% | - |
| HSV(B) | 229.92º | 0.99% | 0.95% | - |
| XYZ | 16.78 | 8.1 | 83.9 | - |
| YUV | 53.61 | 233.75 | 91.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 43 | 241 | 0.99 | 0.82 | 0 | 0.05 | 229.92 | 0.98 | 0.48 |
| Hex | 3 | 2B | F1 | 63 | 52 | 0 | 5 | E6 | 62 | 30 |
| Octal | 3 | 53 | 361 | 143 | 122 | 0 | 5 | 346 | 142 | 60 |
| Binary | 11 | 101011 | 11110001 | 1100011 | 1010010 | 0 | 101 | 11100110 | 1100010 | 110000 |
Color Harmonies of #032BF1
Complementary color
Monochromatic Colors of #032BF1
Black with #032BF1
Text Example
Text Example
White with #032BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032BF1; }
p { color: rgb(3,43,241); }
H1.HeaderClassName
{
color: #032BF1;
}
.AnyTagClassName
{
color: #032BF1;
}
</style>
background-color css
<style>
a { background-color: #032BF1; }
a { background-color: rgb(3,43,241); }
div.DivClassName
{
background-color: #032BF1;
}
.BgClassName
{
background-color: #032BF1;
}
</style>
border-color css
<style>
span { border-color: #032BF1; }
span { border-color: rgb(3,43,241); }
td.TdClassName
{
border-color: #032BF1;
}
.TagClassName
{
border-color: #032BF1;
}
</style>