Shades of Blue #032BEB
Tints of Blue #032BEB
RGB
CMYK
RGB Variations
Color information
#032BEB (or 0x032BEB) is known color: Blue. HEX triplet: 03, 2B and EB. RGB value is (3,43,235). Sum of RGB (Red+Green+Blue) = 3+43+235=281 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.07% from 281); Green value is 43 (17.19% from 255 or 15.30% from 281); Blue value is 235 (92.19% from 255 or 83.63% from 281); Max value from RGB is 235 - color contains mainly: blue. Hex color #032BEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #032BEB is #FCD414. Grayscale: #343434. Windows color (decimal): -16569365 or 15411971. OLE color: 15411971.
HSL color Cylindrical-coordinate representation of color #032BEB: hue angle of 229.66º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #032BEB is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 3 | 43 | 235 | - |
| CMYK | 0.99 | 0.82 | 0 | 0.08 |
| HSL | 229.66º | 0.97% | 0.47% | - |
| HSV(B) | 229.66º | 0.99% | 0.92% | - |
| XYZ | 15.9 | 7.75 | 79.25 | - |
| YUV | 52.93 | 230.75 | 92.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 43 | 235 | 0.99 | 0.82 | 0 | 0.08 | 229.66 | 0.97 | 0.47 |
| Hex | 3 | 2B | EB | 63 | 52 | 0 | 8 | E6 | 61 | 2F |
| Octal | 3 | 53 | 353 | 143 | 122 | 0 | 10 | 346 | 141 | 57 |
| Binary | 11 | 101011 | 11101011 | 1100011 | 1010010 | 0 | 1000 | 11100110 | 1100001 | 101111 |
Color Harmonies of #032BEB
Complementary color
Monochromatic Colors of #032BEB
Black with #032BEB
Text Example
Text Example
White with #032BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032BEB; }
p { color: rgb(3,43,235); }
H1.HeaderClassName
{
color: #032BEB;
}
.AnyTagClassName
{
color: #032BEB;
}
</style>
background-color css
<style>
a { background-color: #032BEB; }
a { background-color: rgb(3,43,235); }
div.DivClassName
{
background-color: #032BEB;
}
.BgClassName
{
background-color: #032BEB;
}
</style>
border-color css
<style>
span { border-color: #032BEB; }
span { border-color: rgb(3,43,235); }
td.TdClassName
{
border-color: #032BEB;
}
.TagClassName
{
border-color: #032BEB;
}
</style>