Shades of Blue #032BEA
Tints of Blue #032BEA
RGB
CMYK
RGB Variations
Color information
#032BEA (or 0x032BEA) is known color: Blue. HEX triplet: 03, 2B and EA. RGB value is (3,43,234). Sum of RGB (Red+Green+Blue) = 3+43+234=280 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.07% from 280); Green value is 43 (17.19% from 255 or 15.36% from 280); Blue value is 234 (91.80% from 255 or 83.57% from 280); Max value from RGB is 234 - color contains mainly: blue. Hex color #032BEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #032BEA is #FCD415. Grayscale: #343434. Windows color (decimal): -16569366 or 15346435. OLE color: 15346435.
HSL color Cylindrical-coordinate representation of color #032BEA: hue angle of 229.61º 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 #032BEA is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 3 | 43 | 234 | - |
| CMYK | 0.99 | 0.82 | 0 | 0.08 |
| HSL | 229.61º | 0.97% | 0.46% | - |
| HSV(B) | 229.61º | 0.99% | 0.92% | - |
| XYZ | 15.75 | 7.69 | 78.5 | - |
| YUV | 52.81 | 230.25 | 92.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 43 | 234 | 0.99 | 0.82 | 0 | 0.08 | 229.61 | 0.97 | 0.46 |
| Hex | 3 | 2B | EA | 63 | 52 | 0 | 8 | E6 | 61 | 2E |
| Octal | 3 | 53 | 352 | 143 | 122 | 0 | 10 | 346 | 141 | 56 |
| Binary | 11 | 101011 | 11101010 | 1100011 | 1010010 | 0 | 1000 | 11100110 | 1100001 | 101110 |
Color Harmonies of #032BEA
Complementary color
Monochromatic Colors of #032BEA
Black with #032BEA
Text Example
Text Example
White with #032BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032BEA; }
p { color: rgb(3,43,234); }
H1.HeaderClassName
{
color: #032BEA;
}
.AnyTagClassName
{
color: #032BEA;
}
</style>
background-color css
<style>
a { background-color: #032BEA; }
a { background-color: rgb(3,43,234); }
div.DivClassName
{
background-color: #032BEA;
}
.BgClassName
{
background-color: #032BEA;
}
</style>
border-color css
<style>
span { border-color: #032BEA; }
span { border-color: rgb(3,43,234); }
td.TdClassName
{
border-color: #032BEA;
}
.TagClassName
{
border-color: #032BEA;
}
</style>