Shades of Blue #032CEF
Tints of Blue #032CEF
RGB
CMYK
RGB Variations
Color information
#032CEF (or 0x032CEF) is known color: Blue. HEX triplet: 03, 2C and EF. RGB value is (3,44,239). Sum of RGB (Red+Green+Blue) = 3+44+239=286 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.05% from 286); Green value is 44 (17.58% from 255 or 15.38% from 286); Blue value is 239 (93.75% from 255 or 83.57% from 286); Max value from RGB is 239 - color contains mainly: blue. Hex color #032CEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #032CEF is #FCD310. Grayscale: #353535. Windows color (decimal): -16569105 or 15674371. OLE color: 15674371.
HSL color Cylindrical-coordinate representation of color #032CEF: hue angle of 229.58º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #032CEF is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 3 | 44 | 239 | - |
| CMYK | 0.99 | 0.82 | 0 | 0.06 |
| HSL | 229.58º | 0.98% | 0.47% | - |
| HSV(B) | 229.58º | 0.99% | 0.94% | - |
| XYZ | 16.52 | 8.05 | 82.35 | - |
| YUV | 53.97 | 232.42 | 91.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 44 | 239 | 0.99 | 0.82 | 0 | 0.06 | 229.58 | 0.98 | 0.47 |
| Hex | 3 | 2C | EF | 63 | 52 | 0 | 6 | E6 | 62 | 2F |
| Octal | 3 | 54 | 357 | 143 | 122 | 0 | 6 | 346 | 142 | 57 |
| Binary | 11 | 101100 | 11101111 | 1100011 | 1010010 | 0 | 110 | 11100110 | 1100010 | 101111 |
Color Harmonies of #032CEF
Complementary color
Monochromatic Colors of #032CEF
Black with #032CEF
Text Example
Text Example
White with #032CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032CEF; }
p { color: rgb(3,44,239); }
H1.HeaderClassName
{
color: #032CEF;
}
.AnyTagClassName
{
color: #032CEF;
}
</style>
background-color css
<style>
a { background-color: #032CEF; }
a { background-color: rgb(3,44,239); }
div.DivClassName
{
background-color: #032CEF;
}
.BgClassName
{
background-color: #032CEF;
}
</style>
border-color css
<style>
span { border-color: #032CEF; }
span { border-color: rgb(3,44,239); }
td.TdClassName
{
border-color: #032CEF;
}
.TagClassName
{
border-color: #032CEF;
}
</style>