Shades of Medium Blue #3012CC
Tints of Medium Blue #3012CC
RGB
CMYK
RGB Variations
Color information
#3012CC (or 0x3012CC) is known color: Medium Blue. HEX triplet: 30, 12 and CC. RGB value is (48,18,204). Sum of RGB (Red+Green+Blue) = 48+18+204=270 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.78% from 270); Green value is 18 (7.42% from 255 or 6.67% from 270); Blue value is 204 (80.08% from 255 or 75.56% from 270); Max value from RGB is 204 - color contains mainly: blue. Hex color #3012CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3012CC is #CFED33. Grayscale: #2F2F2F. Windows color (decimal): -13626676 or 13374000. OLE color: 13374000.
HSL color Cylindrical-coordinate representation of color #3012CC: hue angle of 249.68º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3012CC is Cyan = 0.76, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 48 | 18 | 204 | - |
| CMYK | 0.76 | 0.91 | 0 | 0.2 |
| HSL | 249.68º | 0.84% | 0.44% | - |
| HSV(B) | 249.68º | 0.91% | 0.8% | - |
| XYZ | 12.33 | 5.42 | 57.52 | - |
| YUV | 48.17 | 215.94 | 127.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 18 | 204 | 0.76 | 0.91 | 0 | 0.2 | 249.68 | 0.84 | 0.44 |
| Hex | 30 | 12 | CC | 4C | 5B | 0 | 14 | FA | 54 | 2C |
| Octal | 60 | 22 | 314 | 114 | 133 | 0 | 24 | 372 | 124 | 54 |
| Binary | 110000 | 10010 | 11001100 | 1001100 | 1011011 | 0 | 10100 | 11111010 | 1010100 | 101100 |
Color Harmonies of #3012CC
Complementary color
Monochromatic Colors of #3012CC
Black with #3012CC
Text Example
Text Example
White with #3012CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3012CC; }
p { color: rgb(48,18,204); }
H1.HeaderClassName
{
color: #3012CC;
}
.AnyTagClassName
{
color: #3012CC;
}
</style>
background-color css
<style>
a { background-color: #3012CC; }
a { background-color: rgb(48,18,204); }
div.DivClassName
{
background-color: #3012CC;
}
.BgClassName
{
background-color: #3012CC;
}
</style>
border-color css
<style>
span { border-color: #3012CC; }
span { border-color: rgb(48,18,204); }
td.TdClassName
{
border-color: #3012CC;
}
.TagClassName
{
border-color: #3012CC;
}
</style>