Shades of Medium Blue #0315DC
Tints of Medium Blue #0315DC
RGB
CMYK
RGB Variations
Color information
#0315DC (or 0x0315DC) is known color: Medium Blue. HEX triplet: 03, 15 and DC. RGB value is (3,21,220). Sum of RGB (Red+Green+Blue) = 3+21+220=244 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.23% from 244); Green value is 21 (8.59% from 255 or 8.61% from 244); Blue value is 220 (86.33% from 255 or 90.16% from 244); Max value from RGB is 220 - color contains mainly: blue. Hex color #0315DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0315DC is #FCEA23. Grayscale: #252525. Windows color (decimal): -16575012 or 14423299. OLE color: 14423299.
HSL color Cylindrical-coordinate representation of color #0315DC: hue angle of 235.02º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0315DC is Cyan = 0.99, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 21 | 220 | - |
| CMYK | 0.99 | 0.90 | 0 | 0.14 |
| HSL | 235.02º | 0.97% | 0.44% | - |
| HSV(B) | 235.02º | 0.99% | 0.86% | - |
| XYZ | 13.22 | 5.72 | 68.12 | - |
| YUV | 38.3 | 230.54 | 102.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 21 | 220 | 0.99 | 0.90 | 0 | 0.14 | 235.02 | 0.97 | 0.44 |
| Hex | 3 | 15 | DC | 63 | 5A | 0 | E | EB | 61 | 2C |
| Octal | 3 | 25 | 334 | 143 | 132 | 0 | 16 | 353 | 141 | 54 |
| Binary | 11 | 10101 | 11011100 | 1100011 | 1011010 | 0 | 1110 | 11101011 | 1100001 | 101100 |
Color Harmonies of #0315DC
Complementary color
Monochromatic Colors of #0315DC
Black with #0315DC
Text Example
Text Example
White with #0315DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0315DC; }
p { color: rgb(3,21,220); }
H1.HeaderClassName
{
color: #0315DC;
}
.AnyTagClassName
{
color: #0315DC;
}
</style>
background-color css
<style>
a { background-color: #0315DC; }
a { background-color: rgb(3,21,220); }
div.DivClassName
{
background-color: #0315DC;
}
.BgClassName
{
background-color: #0315DC;
}
</style>
border-color css
<style>
span { border-color: #0315DC; }
span { border-color: rgb(3,21,220); }
td.TdClassName
{
border-color: #0315DC;
}
.TagClassName
{
border-color: #0315DC;
}
</style>