Shades of Blue #032AFD
Tints of Blue #032AFD
RGB
CMYK
RGB Variations
Color information
#032AFD (or 0x032AFD) is known color: Blue. HEX triplet: 03, 2A and FD. RGB value is (3,42,253). Sum of RGB (Red+Green+Blue) = 3+42+253=298 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.01% from 298); Green value is 42 (16.80% from 255 or 14.09% from 298); Blue value is 253 (99.22% from 255 or 84.90% from 298); Max value from RGB is 253 - color contains mainly: blue. Hex color #032AFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #032AFD is #FCD502. Grayscale: #353535. Windows color (decimal): -16569603 or 16591363. OLE color: 16591363.
HSL color Cylindrical-coordinate representation of color #032AFD: hue angle of 230.64º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #032AFD is Cyan = 0.99, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 42 | 253 | - |
| CMYK | 0.99 | 0.83 | 0 | 0.01 |
| HSL | 230.64º | 0.98% | 0.5% | - |
| HSV(B) | 230.64º | 0.99% | 0.99% | - |
| XYZ | 18.6 | 8.77 | 93.64 | - |
| YUV | 54.39 | 240.08 | 91.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 42 | 253 | 0.99 | 0.83 | 0 | 0.01 | 230.64 | 0.98 | 0.5 |
| Hex | 3 | 2A | FD | 63 | 53 | 0 | 1 | E7 | 62 | 32 |
| Octal | 3 | 52 | 375 | 143 | 123 | 0 | 1 | 347 | 142 | 62 |
| Binary | 11 | 101010 | 11111101 | 1100011 | 1010011 | 0 | 1 | 11100111 | 1100010 | 110010 |
Color Harmonies of #032AFD
Complementary color
Monochromatic Colors of #032AFD
Black with #032AFD
Text Example
Text Example
White with #032AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032AFD; }
p { color: rgb(3,42,253); }
H1.HeaderClassName
{
color: #032AFD;
}
.AnyTagClassName
{
color: #032AFD;
}
</style>
background-color css
<style>
a { background-color: #032AFD; }
a { background-color: rgb(3,42,253); }
div.DivClassName
{
background-color: #032AFD;
}
.BgClassName
{
background-color: #032AFD;
}
</style>
border-color css
<style>
span { border-color: #032AFD; }
span { border-color: rgb(3,42,253); }
td.TdClassName
{
border-color: #032AFD;
}
.TagClassName
{
border-color: #032AFD;
}
</style>