Shades of Blue #032AFF
Tints of Blue #032AFF
RGB
CMYK
RGB Variations
Color information
#032AFF (or 0x032AFF) is known color: Blue. HEX triplet: 03, 2A and FF. RGB value is (3,42,255). Sum of RGB (Red+Green+Blue) = 3+42+255=300 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1% from 300); Green value is 42 (16.80% from 255 or 14% from 300); Blue value is 255 (100% from 255 or 85% from 300); Max value from RGB is 255 - color contains mainly: blue. Hex color #032AFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #032AFF is #FCD500. Grayscale: #353535. Windows color (decimal): -16569601 or 16722435. OLE color: 16722435.
HSL color Cylindrical-coordinate representation of color #032AFF: hue angle of 230.71º 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 #032AFF is Cyan = 0.99, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 3 | 42 | 255 | - |
| CMYK | 0.99 | 0.84 | 0 | 0 |
| HSL | 230.71º | 1% | 0.51% | - |
| HSV(B) | 230.71º | 0.99% | 1% | - |
| XYZ | 18.92 | 8.9 | 95.33 | - |
| YUV | 54.62 | 241.08 | 91.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 42 | 255 | 0.99 | 0.84 | 0 | 0 | 230.71 | 1 | 0.51 |
| Hex | 3 | 2A | FF | 63 | 54 | 0 | 0 | E7 | 64 | 33 |
| Octal | 3 | 52 | 377 | 143 | 124 | 0 | 0 | 347 | 144 | 63 |
| Binary | 11 | 101010 | 11111111 | 1100011 | 1010100 | 0 | 0 | 11100111 | 1100100 | 110011 |
Color Harmonies of #032AFF
Complementary color
Monochromatic Colors of #032AFF
Black with #032AFF
Text Example
Text Example
White with #032AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032AFF; }
p { color: rgb(3,42,255); }
H1.HeaderClassName
{
color: #032AFF;
}
.AnyTagClassName
{
color: #032AFF;
}
</style>
background-color css
<style>
a { background-color: #032AFF; }
a { background-color: rgb(3,42,255); }
div.DivClassName
{
background-color: #032AFF;
}
.BgClassName
{
background-color: #032AFF;
}
</style>
border-color css
<style>
span { border-color: #032AFF; }
span { border-color: rgb(3,42,255); }
td.TdClassName
{
border-color: #032AFF;
}
.TagClassName
{
border-color: #032AFF;
}
</style>