Shades of Blue #0320EE
Tints of Blue #0320EE
RGB
CMYK
RGB Variations
Color information
#0320EE (or 0x0320EE) is known color: Blue. HEX triplet: 03, 20 and EE. RGB value is (3,32,238). Sum of RGB (Red+Green+Blue) = 3+32+238=273 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.10% from 273); Green value is 32 (12.89% from 255 or 11.72% from 273); Blue value is 238 (93.36% from 255 or 87.18% from 273); Max value from RGB is 238 - color contains mainly: blue. Hex color #0320EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0320EE is #FCDF11. Grayscale: #2D2D2D. Windows color (decimal): -16572178 or 15605763. OLE color: 15605763.
HSL color Cylindrical-coordinate representation of color #0320EE: hue angle of 232.6º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0320EE is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 32 | 238 | - |
| CMYK | 0.99 | 0.87 | 0 | 0.07 |
| HSL | 232.6º | 0.98% | 0.47% | - |
| HSV(B) | 232.6º | 0.99% | 0.93% | - |
| XYZ | 15.99 | 7.23 | 81.44 | - |
| YUV | 46.81 | 235.89 | 96.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 32 | 238 | 0.99 | 0.87 | 0 | 0.07 | 232.6 | 0.98 | 0.47 |
| Hex | 3 | 20 | EE | 63 | 57 | 0 | 7 | E9 | 62 | 2F |
| Octal | 3 | 40 | 356 | 143 | 127 | 0 | 7 | 351 | 142 | 57 |
| Binary | 11 | 100000 | 11101110 | 1100011 | 1010111 | 0 | 111 | 11101001 | 1100010 | 101111 |
Color Harmonies of #0320EE
Complementary color
Monochromatic Colors of #0320EE
Black with #0320EE
Text Example
Text Example
White with #0320EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0320EE; }
p { color: rgb(3,32,238); }
H1.HeaderClassName
{
color: #0320EE;
}
.AnyTagClassName
{
color: #0320EE;
}
</style>
background-color css
<style>
a { background-color: #0320EE; }
a { background-color: rgb(3,32,238); }
div.DivClassName
{
background-color: #0320EE;
}
.BgClassName
{
background-color: #0320EE;
}
</style>
border-color css
<style>
span { border-color: #0320EE; }
span { border-color: rgb(3,32,238); }
td.TdClassName
{
border-color: #0320EE;
}
.TagClassName
{
border-color: #0320EE;
}
</style>