Shades of Blue #032FEA
Tints of Blue #032FEA
RGB
CMYK
RGB Variations
Color information
#032FEA (or 0x032FEA) is known color: Blue. HEX triplet: 03, 2F and EA. RGB value is (3,47,234). Sum of RGB (Red+Green+Blue) = 3+47+234=284 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.06% from 284); Green value is 47 (18.75% from 255 or 16.55% from 284); Blue value is 234 (91.80% from 255 or 82.39% from 284); Max value from RGB is 234 - color contains mainly: blue. Hex color #032FEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #032FEA is #FCD015. Grayscale: #363636. Windows color (decimal): -16568342 or 15347459. OLE color: 15347459.
HSL color Cylindrical-coordinate representation of color #032FEA: hue angle of 228.57º 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 #032FEA is Cyan = 0.99, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 3 | 47 | 234 | - |
| CMYK | 0.99 | 0.80 | 0 | 0.08 |
| HSL | 228.57º | 0.97% | 0.46% | - |
| HSV(B) | 228.57º | 0.99% | 0.92% | - |
| XYZ | 15.91 | 7.99 | 78.55 | - |
| YUV | 55.16 | 228.92 | 90.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 47 | 234 | 0.99 | 0.80 | 0 | 0.08 | 228.57 | 0.97 | 0.46 |
| Hex | 3 | 2F | EA | 63 | 50 | 0 | 8 | E5 | 61 | 2E |
| Octal | 3 | 57 | 352 | 143 | 120 | 0 | 10 | 345 | 141 | 56 |
| Binary | 11 | 101111 | 11101010 | 1100011 | 1010000 | 0 | 1000 | 11100101 | 1100001 | 101110 |
Color Harmonies of #032FEA
Complementary color
Monochromatic Colors of #032FEA
Black with #032FEA
Text Example
Text Example
White with #032FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032FEA; }
p { color: rgb(3,47,234); }
H1.HeaderClassName
{
color: #032FEA;
}
.AnyTagClassName
{
color: #032FEA;
}
</style>
background-color css
<style>
a { background-color: #032FEA; }
a { background-color: rgb(3,47,234); }
div.DivClassName
{
background-color: #032FEA;
}
.BgClassName
{
background-color: #032FEA;
}
</style>
border-color css
<style>
span { border-color: #032FEA; }
span { border-color: rgb(3,47,234); }
td.TdClassName
{
border-color: #032FEA;
}
.TagClassName
{
border-color: #032FEA;
}
</style>