Shades of Blue #032CF7
Tints of Blue #032CF7
RGB
CMYK
RGB Variations
Color information
#032CF7 (or 0x032CF7) is known color: Blue. HEX triplet: 03, 2C and F7. RGB value is (3,44,247). Sum of RGB (Red+Green+Blue) = 3+44+247=294 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.02% from 294); Green value is 44 (17.58% from 255 or 14.97% from 294); Blue value is 247 (96.88% from 255 or 84.01% from 294); Max value from RGB is 247 - color contains mainly: blue. Hex color #032CF7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #032CF7 is #FCD308. Grayscale: #363636. Windows color (decimal): -16569097 or 16198659. OLE color: 16198659.
HSL color Cylindrical-coordinate representation of color #032CF7: hue angle of 229.92º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #032CF7 is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 3 | 44 | 247 | - |
| CMYK | 0.99 | 0.82 | 0 | 0.03 |
| HSL | 229.92º | 0.98% | 0.49% | - |
| HSV(B) | 229.92º | 0.99% | 0.97% | - |
| XYZ | 17.73 | 8.54 | 88.71 | - |
| YUV | 54.88 | 236.42 | 90.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 44 | 247 | 0.99 | 0.82 | 0 | 0.03 | 229.92 | 0.98 | 0.49 |
| Hex | 3 | 2C | F7 | 63 | 52 | 0 | 3 | E6 | 62 | 31 |
| Octal | 3 | 54 | 367 | 143 | 122 | 0 | 3 | 346 | 142 | 61 |
| Binary | 11 | 101100 | 11110111 | 1100011 | 1010010 | 0 | 11 | 11100110 | 1100010 | 110001 |
Color Harmonies of #032CF7
Complementary color
Monochromatic Colors of #032CF7
Black with #032CF7
Text Example
Text Example
White with #032CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032CF7; }
p { color: rgb(3,44,247); }
H1.HeaderClassName
{
color: #032CF7;
}
.AnyTagClassName
{
color: #032CF7;
}
</style>
background-color css
<style>
a { background-color: #032CF7; }
a { background-color: rgb(3,44,247); }
div.DivClassName
{
background-color: #032CF7;
}
.BgClassName
{
background-color: #032CF7;
}
</style>
border-color css
<style>
span { border-color: #032CF7; }
span { border-color: rgb(3,44,247); }
td.TdClassName
{
border-color: #032CF7;
}
.TagClassName
{
border-color: #032CF7;
}
</style>