Shades of Blue #032CEA
Tints of Blue #032CEA
RGB
CMYK
RGB Variations
Color information
#032CEA (or 0x032CEA) is known color: Blue. HEX triplet: 03, 2C and EA. RGB value is (3,44,234). Sum of RGB (Red+Green+Blue) = 3+44+234=281 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.07% from 281); Green value is 44 (17.58% from 255 or 15.66% from 281); Blue value is 234 (91.80% from 255 or 83.27% from 281); Max value from RGB is 234 - color contains mainly: blue. Hex color #032CEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #032CEA is #FCD315. Grayscale: #343434. Windows color (decimal): -16569110 or 15346691. OLE color: 15346691.
HSL color Cylindrical-coordinate representation of color #032CEA: hue angle of 229.35º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #032CEA is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 3 | 44 | 234 | - |
| CMYK | 0.99 | 0.81 | 0 | 0.08 |
| HSL | 229.35º | 0.97% | 0.46% | - |
| HSV(B) | 229.35º | 0.99% | 0.92% | - |
| XYZ | 15.79 | 7.76 | 78.51 | - |
| YUV | 53.4 | 229.92 | 92.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 44 | 234 | 0.99 | 0.81 | 0 | 0.08 | 229.35 | 0.97 | 0.46 |
| Hex | 3 | 2C | EA | 63 | 51 | 0 | 8 | E5 | 61 | 2E |
| Octal | 3 | 54 | 352 | 143 | 121 | 0 | 10 | 345 | 141 | 56 |
| Binary | 11 | 101100 | 11101010 | 1100011 | 1010001 | 0 | 1000 | 11100101 | 1100001 | 101110 |
Color Harmonies of #032CEA
Complementary color
Monochromatic Colors of #032CEA
Black with #032CEA
Text Example
Text Example
White with #032CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032CEA; }
p { color: rgb(3,44,234); }
H1.HeaderClassName
{
color: #032CEA;
}
.AnyTagClassName
{
color: #032CEA;
}
</style>
background-color css
<style>
a { background-color: #032CEA; }
a { background-color: rgb(3,44,234); }
div.DivClassName
{
background-color: #032CEA;
}
.BgClassName
{
background-color: #032CEA;
}
</style>
border-color css
<style>
span { border-color: #032CEA; }
span { border-color: rgb(3,44,234); }
td.TdClassName
{
border-color: #032CEA;
}
.TagClassName
{
border-color: #032CEA;
}
</style>