Shades of Blue #0321EA
Tints of Blue #0321EA
RGB
CMYK
RGB Variations
Color information
#0321EA (or 0x0321EA) is known color: Blue. HEX triplet: 03, 21 and EA. RGB value is (3,33,234). Sum of RGB (Red+Green+Blue) = 3+33+234=270 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.11% from 270); Green value is 33 (13.28% from 255 or 12.22% from 270); Blue value is 234 (91.80% from 255 or 86.67% from 270); Max value from RGB is 234 - color contains mainly: blue. Hex color #0321EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0321EA is #FCDE15. Grayscale: #2E2E2E. Windows color (decimal): -16571926 or 15343875. OLE color: 15343875.
HSL color Cylindrical-coordinate representation of color #0321EA: hue angle of 232.21º 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 #0321EA is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 3 | 33 | 234 | - |
| CMYK | 0.99 | 0.86 | 0 | 0.08 |
| HSL | 232.21º | 0.97% | 0.46% | - |
| HSV(B) | 232.21º | 0.99% | 0.92% | - |
| XYZ | 15.43 | 7.05 | 78.39 | - |
| YUV | 46.94 | 233.56 | 96.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 33 | 234 | 0.99 | 0.86 | 0 | 0.08 | 232.21 | 0.97 | 0.46 |
| Hex | 3 | 21 | EA | 63 | 56 | 0 | 8 | E8 | 61 | 2E |
| Octal | 3 | 41 | 352 | 143 | 126 | 0 | 10 | 350 | 141 | 56 |
| Binary | 11 | 100001 | 11101010 | 1100011 | 1010110 | 0 | 1000 | 11101000 | 1100001 | 101110 |
Color Harmonies of #0321EA
Complementary color
Monochromatic Colors of #0321EA
Black with #0321EA
Text Example
Text Example
White with #0321EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0321EA; }
p { color: rgb(3,33,234); }
H1.HeaderClassName
{
color: #0321EA;
}
.AnyTagClassName
{
color: #0321EA;
}
</style>
background-color css
<style>
a { background-color: #0321EA; }
a { background-color: rgb(3,33,234); }
div.DivClassName
{
background-color: #0321EA;
}
.BgClassName
{
background-color: #0321EA;
}
</style>
border-color css
<style>
span { border-color: #0321EA; }
span { border-color: rgb(3,33,234); }
td.TdClassName
{
border-color: #0321EA;
}
.TagClassName
{
border-color: #0321EA;
}
</style>