Shades of Blue #032BFE
Tints of Blue #032BFE
RGB
CMYK
RGB Variations
Color information
#032BFE (or 0x032BFE) is known color: Blue. HEX triplet: 03, 2B and FE. RGB value is (3,43,254). Sum of RGB (Red+Green+Blue) = 3+43+254=300 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1% from 300); Green value is 43 (17.19% from 255 or 14.33% from 300); Blue value is 254 (99.61% from 255 or 84.67% from 300); Max value from RGB is 254 - color contains mainly: blue. Hex color #032BFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #032BFE is #FCD401. Grayscale: #363636. Windows color (decimal): -16569346 or 16657155. OLE color: 16657155.
HSL color Cylindrical-coordinate representation of color #032BFE: hue angle of 230.44º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #032BFE is Cyan = 0.99, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 3 | 43 | 254 | - |
| CMYK | 0.99 | 0.83 | 0 | 0.00 |
| HSL | 230.44º | 0.99% | 0.5% | - |
| HSV(B) | 230.44º | 0.99% | 1% | - |
| XYZ | 18.79 | 8.9 | 94.49 | - |
| YUV | 55.09 | 240.25 | 90.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 43 | 254 | 0.99 | 0.83 | 0 | 0.00 | 230.44 | 0.99 | 0.5 |
| Hex | 3 | 2B | FE | 63 | 53 | 0 | 0 | E6 | 63 | 32 |
| Octal | 3 | 53 | 376 | 143 | 123 | 0 | 0 | 346 | 143 | 62 |
| Binary | 11 | 101011 | 11111110 | 1100011 | 1010011 | 0 | 0 | 11100110 | 1100011 | 110010 |
Color Harmonies of #032BFE
Complementary color
Monochromatic Colors of #032BFE
Black with #032BFE
Text Example
Text Example
White with #032BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032BFE; }
p { color: rgb(3,43,254); }
H1.HeaderClassName
{
color: #032BFE;
}
.AnyTagClassName
{
color: #032BFE;
}
</style>
background-color css
<style>
a { background-color: #032BFE; }
a { background-color: rgb(3,43,254); }
div.DivClassName
{
background-color: #032BFE;
}
.BgClassName
{
background-color: #032BFE;
}
</style>
border-color css
<style>
span { border-color: #032BFE; }
span { border-color: rgb(3,43,254); }
td.TdClassName
{
border-color: #032BFE;
}
.TagClassName
{
border-color: #032BFE;
}
</style>