Shades of Blue #032FFF
Tints of Blue #032FFF
RGB
CMYK
RGB Variations
Color information
#032FFF (or 0x032FFF) is known color: Blue. HEX triplet: 03, 2F and FF. RGB value is (3,47,255). Sum of RGB (Red+Green+Blue) = 3+47+255=305 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.98% from 305); Green value is 47 (18.75% from 255 or 15.41% from 305); Blue value is 255 (100% from 255 or 83.61% from 305); Max value from RGB is 255 - color contains mainly: blue. Hex color #032FFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #032FFF is #FCD000. Grayscale: #383838. Windows color (decimal): -16568321 or 16723715. OLE color: 16723715.
HSL color Cylindrical-coordinate representation of color #032FFF: hue angle of 229.52º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #032FFF is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 3 | 47 | 255 | - |
| CMYK | 0.99 | 0.82 | 0 | 0 |
| HSL | 229.52º | 1% | 0.51% | - |
| HSV(B) | 229.52º | 0.99% | 1% | - |
| XYZ | 19.1 | 9.27 | 95.39 | - |
| YUV | 57.56 | 239.42 | 89.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 47 | 255 | 0.99 | 0.82 | 0 | 0 | 229.52 | 1 | 0.51 |
| Hex | 3 | 2F | FF | 63 | 52 | 0 | 0 | E6 | 64 | 33 |
| Octal | 3 | 57 | 377 | 143 | 122 | 0 | 0 | 346 | 144 | 63 |
| Binary | 11 | 101111 | 11111111 | 1100011 | 1010010 | 0 | 0 | 11100110 | 1100100 | 110011 |
Color Harmonies of #032FFF
Complementary color
Monochromatic Colors of #032FFF
Black with #032FFF
Text Example
Text Example
White with #032FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032FFF; }
p { color: rgb(3,47,255); }
H1.HeaderClassName
{
color: #032FFF;
}
.AnyTagClassName
{
color: #032FFF;
}
</style>
background-color css
<style>
a { background-color: #032FFF; }
a { background-color: rgb(3,47,255); }
div.DivClassName
{
background-color: #032FFF;
}
.BgClassName
{
background-color: #032FFF;
}
</style>
border-color css
<style>
span { border-color: #032FFF; }
span { border-color: rgb(3,47,255); }
td.TdClassName
{
border-color: #032FFF;
}
.TagClassName
{
border-color: #032FFF;
}
</style>