Shades of Blue #0321EC
Tints of Blue #0321EC
RGB
CMYK
RGB Variations
Color information
#0321EC (or 0x0321EC) is known color: Blue. HEX triplet: 03, 21 and EC. RGB value is (3,33,236). Sum of RGB (Red+Green+Blue) = 3+33+236=272 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.10% from 272); Green value is 33 (13.28% from 255 or 12.13% from 272); Blue value is 236 (92.58% from 255 or 86.76% from 272); Max value from RGB is 236 - color contains mainly: blue. Hex color #0321EC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0321EC is #FCDE13. Grayscale: #2E2E2E. Windows color (decimal): -16571924 or 15474947. OLE color: 15474947.
HSL color Cylindrical-coordinate representation of color #0321EC: hue angle of 232.27º degrees, saturation: 0.97, 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 #0321EC is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 33 | 236 | - |
| CMYK | 0.99 | 0.86 | 0 | 0.07 |
| HSL | 232.27º | 0.97% | 0.47% | - |
| HSV(B) | 232.27º | 0.99% | 0.93% | - |
| XYZ | 15.72 | 7.16 | 79.91 | - |
| YUV | 47.17 | 234.56 | 96.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 33 | 236 | 0.99 | 0.86 | 0 | 0.07 | 232.27 | 0.97 | 0.47 |
| Hex | 3 | 21 | EC | 63 | 56 | 0 | 7 | E8 | 61 | 2F |
| Octal | 3 | 41 | 354 | 143 | 126 | 0 | 7 | 350 | 141 | 57 |
| Binary | 11 | 100001 | 11101100 | 1100011 | 1010110 | 0 | 111 | 11101000 | 1100001 | 101111 |
Color Harmonies of #0321EC
Complementary color
Monochromatic Colors of #0321EC
Black with #0321EC
Text Example
Text Example
White with #0321EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0321EC; }
p { color: rgb(3,33,236); }
H1.HeaderClassName
{
color: #0321EC;
}
.AnyTagClassName
{
color: #0321EC;
}
</style>
background-color css
<style>
a { background-color: #0321EC; }
a { background-color: rgb(3,33,236); }
div.DivClassName
{
background-color: #0321EC;
}
.BgClassName
{
background-color: #0321EC;
}
</style>
border-color css
<style>
span { border-color: #0321EC; }
span { border-color: rgb(3,33,236); }
td.TdClassName
{
border-color: #0321EC;
}
.TagClassName
{
border-color: #0321EC;
}
</style>