Shades of Blue #0312E6
Tints of Blue #0312E6
RGB
CMYK
RGB Variations
Color information
#0312E6 (or 0x0312E6) is known color: Blue. HEX triplet: 03, 12 and E6. RGB value is (3,18,230). Sum of RGB (Red+Green+Blue) = 3+18+230=251 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.20% from 251); Green value is 18 (7.42% from 255 or 7.17% from 251); Blue value is 230 (90.23% from 255 or 91.63% from 251); Max value from RGB is 230 - color contains mainly: blue. Hex color #0312E6 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0312E6 is #FCED19. Grayscale: #242424. Windows color (decimal): -16575770 or 15077891. OLE color: 15077891.
HSL color Cylindrical-coordinate representation of color #0312E6: hue angle of 236.04º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0312E6 is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 3 | 18 | 230 | - |
| CMYK | 0.99 | 0.92 | 0 | 0.10 |
| HSL | 236.04º | 0.97% | 0.46% | - |
| HSV(B) | 236.04º | 0.99% | 0.9% | - |
| XYZ | 14.54 | 6.17 | 75.29 | - |
| YUV | 37.68 | 236.53 | 103.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 18 | 230 | 0.99 | 0.92 | 0 | 0.10 | 236.04 | 0.97 | 0.46 |
| Hex | 3 | 12 | E6 | 63 | 5C | 0 | A | EC | 61 | 2E |
| Octal | 3 | 22 | 346 | 143 | 134 | 0 | 12 | 354 | 141 | 56 |
| Binary | 11 | 10010 | 11100110 | 1100011 | 1011100 | 0 | 1010 | 11101100 | 1100001 | 101110 |
Color Harmonies of #0312E6
Complementary color
Monochromatic Colors of #0312E6
Black with #0312E6
Text Example
Text Example
White with #0312E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0312E6; }
p { color: rgb(3,18,230); }
H1.HeaderClassName
{
color: #0312E6;
}
.AnyTagClassName
{
color: #0312E6;
}
</style>
background-color css
<style>
a { background-color: #0312E6; }
a { background-color: rgb(3,18,230); }
div.DivClassName
{
background-color: #0312E6;
}
.BgClassName
{
background-color: #0312E6;
}
</style>
border-color css
<style>
span { border-color: #0312E6; }
span { border-color: rgb(3,18,230); }
td.TdClassName
{
border-color: #0312E6;
}
.TagClassName
{
border-color: #0312E6;
}
</style>