Shades of Blue #0312E7
Tints of Blue #0312E7
RGB
CMYK
RGB Variations
Color information
#0312E7 (or 0x0312E7) is known color: Blue. HEX triplet: 03, 12 and E7. RGB value is (3,18,231). Sum of RGB (Red+Green+Blue) = 3+18+231=252 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.19% from 252); Green value is 18 (7.42% from 255 or 7.14% from 252); Blue value is 231 (90.62% from 255 or 91.67% from 252); Max value from RGB is 231 - color contains mainly: blue. Hex color #0312E7 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0312E7 is #FCED18. Grayscale: #242424. Windows color (decimal): -16575769 or 15143427. OLE color: 15143427.
HSL color Cylindrical-coordinate representation of color #0312E7: hue angle of 236.05º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0312E7 is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 3 | 18 | 231 | - |
| CMYK | 0.99 | 0.92 | 0 | 0.09 |
| HSL | 236.05º | 0.97% | 0.46% | - |
| HSV(B) | 236.05º | 0.99% | 0.91% | - |
| XYZ | 14.68 | 6.22 | 76.03 | - |
| YUV | 37.8 | 237.03 | 103.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 18 | 231 | 0.99 | 0.92 | 0 | 0.09 | 236.05 | 0.97 | 0.46 |
| Hex | 3 | 12 | E7 | 63 | 5C | 0 | 9 | EC | 61 | 2E |
| Octal | 3 | 22 | 347 | 143 | 134 | 0 | 11 | 354 | 141 | 56 |
| Binary | 11 | 10010 | 11100111 | 1100011 | 1011100 | 0 | 1001 | 11101100 | 1100001 | 101110 |
Color Harmonies of #0312E7
Complementary color
Monochromatic Colors of #0312E7
Black with #0312E7
Text Example
Text Example
White with #0312E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0312E7; }
p { color: rgb(3,18,231); }
H1.HeaderClassName
{
color: #0312E7;
}
.AnyTagClassName
{
color: #0312E7;
}
</style>
background-color css
<style>
a { background-color: #0312E7; }
a { background-color: rgb(3,18,231); }
div.DivClassName
{
background-color: #0312E7;
}
.BgClassName
{
background-color: #0312E7;
}
</style>
border-color css
<style>
span { border-color: #0312E7; }
span { border-color: rgb(3,18,231); }
td.TdClassName
{
border-color: #0312E7;
}
.TagClassName
{
border-color: #0312E7;
}
</style>