Shades of Blue #032BE7
Tints of Blue #032BE7
RGB
CMYK
RGB Variations
Color information
#032BE7 (or 0x032BE7) is known color: Blue. HEX triplet: 03, 2B and E7. RGB value is (3,43,231). Sum of RGB (Red+Green+Blue) = 3+43+231=277 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.08% from 277); Green value is 43 (17.19% from 255 or 15.52% from 277); Blue value is 231 (90.62% from 255 or 83.39% from 277); Max value from RGB is 231 - color contains mainly: blue. Hex color #032BE7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #032BE7 is #FCD418. Grayscale: #333333. Windows color (decimal): -16569369 or 15149827. OLE color: 15149827.
HSL color Cylindrical-coordinate representation of color #032BE7: hue angle of 229.47º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #032BE7 is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 3 | 43 | 231 | - |
| CMYK | 0.99 | 0.81 | 0 | 0.09 |
| HSL | 229.47º | 0.97% | 0.46% | - |
| HSV(B) | 229.47º | 0.99% | 0.91% | - |
| XYZ | 15.33 | 7.52 | 76.24 | - |
| YUV | 52.47 | 228.75 | 92.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 43 | 231 | 0.99 | 0.81 | 0 | 0.09 | 229.47 | 0.97 | 0.46 |
| Hex | 3 | 2B | E7 | 63 | 51 | 0 | 9 | E5 | 61 | 2E |
| Octal | 3 | 53 | 347 | 143 | 121 | 0 | 11 | 345 | 141 | 56 |
| Binary | 11 | 101011 | 11100111 | 1100011 | 1010001 | 0 | 1001 | 11100101 | 1100001 | 101110 |
Color Harmonies of #032BE7
Complementary color
Monochromatic Colors of #032BE7
Black with #032BE7
Text Example
Text Example
White with #032BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032BE7; }
p { color: rgb(3,43,231); }
H1.HeaderClassName
{
color: #032BE7;
}
.AnyTagClassName
{
color: #032BE7;
}
</style>
background-color css
<style>
a { background-color: #032BE7; }
a { background-color: rgb(3,43,231); }
div.DivClassName
{
background-color: #032BE7;
}
.BgClassName
{
background-color: #032BE7;
}
</style>
border-color css
<style>
span { border-color: #032BE7; }
span { border-color: rgb(3,43,231); }
td.TdClassName
{
border-color: #032BE7;
}
.TagClassName
{
border-color: #032BE7;
}
</style>