Shades of Blue #032FF4
Tints of Blue #032FF4
RGB
CMYK
RGB Variations
Color information
#032FF4 (or 0x032FF4) is known color: Blue. HEX triplet: 03, 2F and F4. RGB value is (3,47,244). Sum of RGB (Red+Green+Blue) = 3+47+244=294 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.02% from 294); Green value is 47 (18.75% from 255 or 15.99% from 294); Blue value is 244 (95.70% from 255 or 82.99% from 294); Max value from RGB is 244 - color contains mainly: blue. Hex color #032FF4 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #032FF4 is #FCD00B. Grayscale: #373737. Windows color (decimal): -16568332 or 16002819. OLE color: 16002819.
HSL color Cylindrical-coordinate representation of color #032FF4: hue angle of 229.05º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #032FF4 is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 3 | 47 | 244 | - |
| CMYK | 0.99 | 0.81 | 0 | 0.04 |
| HSL | 229.05º | 0.98% | 0.48% | - |
| HSV(B) | 229.05º | 0.99% | 0.96% | - |
| XYZ | 17.38 | 8.58 | 86.33 | - |
| YUV | 56.3 | 233.92 | 89.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 47 | 244 | 0.99 | 0.81 | 0 | 0.04 | 229.05 | 0.98 | 0.48 |
| Hex | 3 | 2F | F4 | 63 | 51 | 0 | 4 | E5 | 62 | 30 |
| Octal | 3 | 57 | 364 | 143 | 121 | 0 | 4 | 345 | 142 | 60 |
| Binary | 11 | 101111 | 11110100 | 1100011 | 1010001 | 0 | 100 | 11100101 | 1100010 | 110000 |
Color Harmonies of #032FF4
Complementary color
Monochromatic Colors of #032FF4
Black with #032FF4
Text Example
Text Example
White with #032FF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032FF4; }
p { color: rgb(3,47,244); }
H1.HeaderClassName
{
color: #032FF4;
}
.AnyTagClassName
{
color: #032FF4;
}
</style>
background-color css
<style>
a { background-color: #032FF4; }
a { background-color: rgb(3,47,244); }
div.DivClassName
{
background-color: #032FF4;
}
.BgClassName
{
background-color: #032FF4;
}
</style>
border-color css
<style>
span { border-color: #032FF4; }
span { border-color: rgb(3,47,244); }
td.TdClassName
{
border-color: #032FF4;
}
.TagClassName
{
border-color: #032FF4;
}
</style>