Shades of Medium Blue #0318DC
Tints of Medium Blue #0318DC
RGB
CMYK
RGB Variations
Color information
#0318DC (or 0x0318DC) is known color: Medium Blue. HEX triplet: 03, 18 and DC. RGB value is (3,24,220). Sum of RGB (Red+Green+Blue) = 3+24+220=247 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.21% from 247); Green value is 24 (9.77% from 255 or 9.72% from 247); Blue value is 220 (86.33% from 255 or 89.07% from 247); Max value from RGB is 220 - color contains mainly: blue. Hex color #0318DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0318DC is #FCE723. Grayscale: #272727. Windows color (decimal): -16574244 or 14424067. OLE color: 14424067.
HSL color Cylindrical-coordinate representation of color #0318DC: hue angle of 234.19º 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 #0318DC is Cyan = 0.99, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 24 | 220 | - |
| CMYK | 0.99 | 0.89 | 0 | 0.14 |
| HSL | 234.19º | 0.97% | 0.44% | - |
| HSV(B) | 234.19º | 0.99% | 0.86% | - |
| XYZ | 13.28 | 5.84 | 68.14 | - |
| YUV | 40.07 | 229.54 | 101.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 24 | 220 | 0.99 | 0.89 | 0 | 0.14 | 234.19 | 0.97 | 0.44 |
| Hex | 3 | 18 | DC | 63 | 59 | 0 | E | EA | 61 | 2C |
| Octal | 3 | 30 | 334 | 143 | 131 | 0 | 16 | 352 | 141 | 54 |
| Binary | 11 | 11000 | 11011100 | 1100011 | 1011001 | 0 | 1110 | 11101010 | 1100001 | 101100 |
Color Harmonies of #0318DC
Complementary color
Monochromatic Colors of #0318DC
Black with #0318DC
Text Example
Text Example
White with #0318DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0318DC; }
p { color: rgb(3,24,220); }
H1.HeaderClassName
{
color: #0318DC;
}
.AnyTagClassName
{
color: #0318DC;
}
</style>
background-color css
<style>
a { background-color: #0318DC; }
a { background-color: rgb(3,24,220); }
div.DivClassName
{
background-color: #0318DC;
}
.BgClassName
{
background-color: #0318DC;
}
</style>
border-color css
<style>
span { border-color: #0318DC; }
span { border-color: rgb(3,24,220); }
td.TdClassName
{
border-color: #0318DC;
}
.TagClassName
{
border-color: #0318DC;
}
</style>