Shades of Medium Blue #0318CC
Tints of Medium Blue #0318CC
RGB
CMYK
RGB Variations
Color information
#0318CC (or 0x0318CC) is known color: Medium Blue. HEX triplet: 03, 18 and CC. RGB value is (3,24,204). Sum of RGB (Red+Green+Blue) = 3+24+204=231 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.30% from 231); Green value is 24 (9.77% from 255 or 10.39% from 231); Blue value is 204 (80.08% from 255 or 88.31% from 231); Max value from RGB is 204 - color contains mainly: blue. Hex color #0318CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0318CC is #FCE733. Grayscale: #252525. Windows color (decimal): -16574260 or 13375491. OLE color: 13375491.
HSL color Cylindrical-coordinate representation of color #0318CC: hue angle of 233.73º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0318CC is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 3 | 24 | 204 | - |
| CMYK | 0.99 | 0.88 | 0 | 0.2 |
| HSL | 233.73º | 0.97% | 0.41% | - |
| HSV(B) | 233.73º | 0.99% | 0.8% | - |
| XYZ | 11.26 | 5.03 | 57.5 | - |
| YUV | 38.24 | 221.54 | 102.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 24 | 204 | 0.99 | 0.88 | 0 | 0.2 | 233.73 | 0.97 | 0.41 |
| Hex | 3 | 18 | CC | 63 | 58 | 0 | 14 | EA | 61 | 29 |
| Octal | 3 | 30 | 314 | 143 | 130 | 0 | 24 | 352 | 141 | 51 |
| Binary | 11 | 11000 | 11001100 | 1100011 | 1011000 | 0 | 10100 | 11101010 | 1100001 | 101001 |
Color Harmonies of #0318CC
Complementary color
Monochromatic Colors of #0318CC
Black with #0318CC
Text Example
Text Example
White with #0318CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0318CC; }
p { color: rgb(3,24,204); }
H1.HeaderClassName
{
color: #0318CC;
}
.AnyTagClassName
{
color: #0318CC;
}
</style>
background-color css
<style>
a { background-color: #0318CC; }
a { background-color: rgb(3,24,204); }
div.DivClassName
{
background-color: #0318CC;
}
.BgClassName
{
background-color: #0318CC;
}
</style>
border-color css
<style>
span { border-color: #0318CC; }
span { border-color: rgb(3,24,204); }
td.TdClassName
{
border-color: #0318CC;
}
.TagClassName
{
border-color: #0318CC;
}
</style>