Shades of Blue #032BFF
Tints of Blue #032BFF
RGB
CMYK
RGB Variations
Color information
#032BFF (or 0x032BFF) is known color: Blue. HEX triplet: 03, 2B and FF. RGB value is (3,43,255). Sum of RGB (Red+Green+Blue) = 3+43+255=301 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.00% from 301); Green value is 43 (17.19% from 255 or 14.29% from 301); Blue value is 255 (100% from 255 or 84.72% from 301); Max value from RGB is 255 - color contains mainly: blue. Hex color #032BFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #032BFF is #FCD400. Grayscale: #363636. Windows color (decimal): -16569345 or 16722691. OLE color: 16722691.
HSL color Cylindrical-coordinate representation of color #032BFF: hue angle of 230.48º 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 #032BFF is Cyan = 0.99, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 3 | 43 | 255 | - |
| CMYK | 0.99 | 0.83 | 0 | 0 |
| HSL | 230.48º | 1% | 0.51% | - |
| HSV(B) | 230.48º | 0.99% | 1% | - |
| XYZ | 18.95 | 8.97 | 95.34 | - |
| YUV | 55.21 | 240.75 | 90.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 43 | 255 | 0.99 | 0.83 | 0 | 0 | 230.48 | 1 | 0.51 |
| Hex | 3 | 2B | FF | 63 | 53 | 0 | 0 | E6 | 64 | 33 |
| Octal | 3 | 53 | 377 | 143 | 123 | 0 | 0 | 346 | 144 | 63 |
| Binary | 11 | 101011 | 11111111 | 1100011 | 1010011 | 0 | 0 | 11100110 | 1100100 | 110011 |
Color Harmonies of #032BFF
Complementary color
Monochromatic Colors of #032BFF
Black with #032BFF
Text Example
Text Example
White with #032BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032BFF; }
p { color: rgb(3,43,255); }
H1.HeaderClassName
{
color: #032BFF;
}
.AnyTagClassName
{
color: #032BFF;
}
</style>
background-color css
<style>
a { background-color: #032BFF; }
a { background-color: rgb(3,43,255); }
div.DivClassName
{
background-color: #032BFF;
}
.BgClassName
{
background-color: #032BFF;
}
</style>
border-color css
<style>
span { border-color: #032BFF; }
span { border-color: rgb(3,43,255); }
td.TdClassName
{
border-color: #032BFF;
}
.TagClassName
{
border-color: #032BFF;
}
</style>