Shades of Medium Blue #0318C4
Tints of Medium Blue #0318C4
RGB
CMYK
RGB Variations
Color information
#0318C4 (or 0x0318C4) is known color: Medium Blue. HEX triplet: 03, 18 and C4. RGB value is (3,24,196). Sum of RGB (Red+Green+Blue) = 3+24+196=223 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.35% from 223); Green value is 24 (9.77% from 255 or 10.76% from 223); Blue value is 196 (76.95% from 255 or 87.89% from 223); Max value from RGB is 196 - color contains mainly: blue. Hex color #0318C4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0318C4 is #FCE73B. Grayscale: #242424. Windows color (decimal): -16574268 or 12851203. OLE color: 12851203.
HSL color Cylindrical-coordinate representation of color #0318C4: hue angle of 233.47º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0318C4 is Cyan = 0.98, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 3 | 24 | 196 | - |
| CMYK | 0.98 | 0.88 | 0 | 0.23 |
| HSL | 233.47º | 0.97% | 0.39% | - |
| HSV(B) | 233.47º | 0.98% | 0.77% | - |
| XYZ | 10.33 | 4.66 | 52.58 | - |
| YUV | 37.33 | 217.54 | 103.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 24 | 196 | 0.98 | 0.88 | 0 | 0.23 | 233.47 | 0.97 | 0.39 |
| Hex | 3 | 18 | C4 | 62 | 58 | 0 | 17 | E9 | 61 | 27 |
| Octal | 3 | 30 | 304 | 142 | 130 | 0 | 27 | 351 | 141 | 47 |
| Binary | 11 | 11000 | 11000100 | 1100010 | 1011000 | 0 | 10111 | 11101001 | 1100001 | 100111 |
Color Harmonies of #0318C4
Complementary color
Monochromatic Colors of #0318C4
Black with #0318C4
Text Example
Text Example
White with #0318C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0318C4; }
p { color: rgb(3,24,196); }
H1.HeaderClassName
{
color: #0318C4;
}
.AnyTagClassName
{
color: #0318C4;
}
</style>
background-color css
<style>
a { background-color: #0318C4; }
a { background-color: rgb(3,24,196); }
div.DivClassName
{
background-color: #0318C4;
}
.BgClassName
{
background-color: #0318C4;
}
</style>
border-color css
<style>
span { border-color: #0318C4; }
span { border-color: rgb(3,24,196); }
td.TdClassName
{
border-color: #0318C4;
}
.TagClassName
{
border-color: #0318C4;
}
</style>