Shades of Blue #032CFA
Tints of Blue #032CFA
RGB
CMYK
RGB Variations
Color information
#032CFA (or 0x032CFA) is known color: Blue. HEX triplet: 03, 2C and FA. RGB value is (3,44,250). Sum of RGB (Red+Green+Blue) = 3+44+250=297 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.01% from 297); Green value is 44 (17.58% from 255 or 14.81% from 297); Blue value is 250 (98.05% from 255 or 84.18% from 297); Max value from RGB is 250 - color contains mainly: blue. Hex color #032CFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #032CFA is #FCD305. Grayscale: #363636. Windows color (decimal): -16569094 or 16395267. OLE color: 16395267.
HSL color Cylindrical-coordinate representation of color #032CFA: hue angle of 230.04º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #032CFA is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 44 | 250 | - |
| CMYK | 0.99 | 0.82 | 0 | 0.02 |
| HSL | 230.04º | 0.98% | 0.5% | - |
| HSV(B) | 230.04º | 0.99% | 0.98% | - |
| XYZ | 18.19 | 8.72 | 91.17 | - |
| YUV | 55.23 | 237.92 | 90.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 44 | 250 | 0.99 | 0.82 | 0 | 0.02 | 230.04 | 0.98 | 0.5 |
| Hex | 3 | 2C | FA | 63 | 52 | 0 | 2 | E6 | 62 | 32 |
| Octal | 3 | 54 | 372 | 143 | 122 | 0 | 2 | 346 | 142 | 62 |
| Binary | 11 | 101100 | 11111010 | 1100011 | 1010010 | 0 | 10 | 11100110 | 1100010 | 110010 |
Color Harmonies of #032CFA
Complementary color
Monochromatic Colors of #032CFA
Black with #032CFA
Text Example
Text Example
White with #032CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032CFA; }
p { color: rgb(3,44,250); }
H1.HeaderClassName
{
color: #032CFA;
}
.AnyTagClassName
{
color: #032CFA;
}
</style>
background-color css
<style>
a { background-color: #032CFA; }
a { background-color: rgb(3,44,250); }
div.DivClassName
{
background-color: #032CFA;
}
.BgClassName
{
background-color: #032CFA;
}
</style>
border-color css
<style>
span { border-color: #032CFA; }
span { border-color: rgb(3,44,250); }
td.TdClassName
{
border-color: #032CFA;
}
.TagClassName
{
border-color: #032CFA;
}
</style>