Shades of Blue #0312EA
Tints of Blue #0312EA
RGB
CMYK
RGB Variations
Color information
#0312EA (or 0x0312EA) is known color: Blue. HEX triplet: 03, 12 and EA. RGB value is (3,18,234). Sum of RGB (Red+Green+Blue) = 3+18+234=255 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.18% from 255); Green value is 18 (7.42% from 255 or 7.06% from 255); Blue value is 234 (91.80% from 255 or 91.76% from 255); Max value from RGB is 234 - color contains mainly: blue. Hex color #0312EA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0312EA is #FCED15. Grayscale: #252525. Windows color (decimal): -16575766 or 15340035. OLE color: 15340035.
HSL color Cylindrical-coordinate representation of color #0312EA: hue angle of 236.1º 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 #0312EA is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 3 | 18 | 234 | - |
| CMYK | 0.99 | 0.92 | 0 | 0.08 |
| HSL | 236.1º | 0.97% | 0.46% | - |
| HSV(B) | 236.1º | 0.99% | 0.92% | - |
| XYZ | 15.11 | 6.39 | 78.28 | - |
| YUV | 38.14 | 238.53 | 102.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 18 | 234 | 0.99 | 0.92 | 0 | 0.08 | 236.1 | 0.97 | 0.46 |
| Hex | 3 | 12 | EA | 63 | 5C | 0 | 8 | EC | 61 | 2E |
| Octal | 3 | 22 | 352 | 143 | 134 | 0 | 10 | 354 | 141 | 56 |
| Binary | 11 | 10010 | 11101010 | 1100011 | 1011100 | 0 | 1000 | 11101100 | 1100001 | 101110 |
Color Harmonies of #0312EA
Complementary color
Monochromatic Colors of #0312EA
Black with #0312EA
Text Example
Text Example
White with #0312EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0312EA; }
p { color: rgb(3,18,234); }
H1.HeaderClassName
{
color: #0312EA;
}
.AnyTagClassName
{
color: #0312EA;
}
</style>
background-color css
<style>
a { background-color: #0312EA; }
a { background-color: rgb(3,18,234); }
div.DivClassName
{
background-color: #0312EA;
}
.BgClassName
{
background-color: #0312EA;
}
</style>
border-color css
<style>
span { border-color: #0312EA; }
span { border-color: rgb(3,18,234); }
td.TdClassName
{
border-color: #0312EA;
}
.TagClassName
{
border-color: #0312EA;
}
</style>