Shades of Medium Blue #300CC0
Tints of Medium Blue #300CC0
RGB
CMYK
RGB Variations
Color information
#300CC0 (or 0x300CC0) is known color: Medium Blue. HEX triplet: 30, 0C and C0. RGB value is (48,12,192). Sum of RGB (Red+Green+Blue) = 48+12+192=252 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.05% from 252); Green value is 12 (5.08% from 255 or 4.76% from 252); Blue value is 192 (75.39% from 255 or 76.19% from 252); Max value from RGB is 192 - color contains mainly: blue. Hex color #300CC0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #300CC0 is #CFF33F. Grayscale: #2A2A2A. Windows color (decimal): -13628224 or 12586032. OLE color: 12586032.
HSL color Cylindrical-coordinate representation of color #300CC0: hue angle of 252º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #300CC0 is Cyan = 0.75, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 48 | 12 | 192 | - |
| CMYK | 0.75 | 0.94 | 0 | 0.25 |
| HSL | 252º | 0.88% | 0.4% | - |
| HSV(B) | 252º | 0.94% | 0.75% | - |
| XYZ | 10.86 | 4.7 | 50.2 | - |
| YUV | 43.28 | 211.93 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 12 | 192 | 0.75 | 0.94 | 0 | 0.25 | 252 | 0.88 | 0.4 |
| Hex | 30 | C | C0 | 4B | 5E | 0 | 19 | FC | 58 | 28 |
| Octal | 60 | 14 | 300 | 113 | 136 | 0 | 31 | 374 | 130 | 50 |
| Binary | 110000 | 1100 | 11000000 | 1001011 | 1011110 | 0 | 11001 | 11111100 | 1011000 | 101000 |
Color Harmonies of #300CC0
Complementary color
Monochromatic Colors of #300CC0
Black with #300CC0
Text Example
Text Example
White with #300CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300CC0; }
p { color: rgb(48,12,192); }
H1.HeaderClassName
{
color: #300CC0;
}
.AnyTagClassName
{
color: #300CC0;
}
</style>
background-color css
<style>
a { background-color: #300CC0; }
a { background-color: rgb(48,12,192); }
div.DivClassName
{
background-color: #300CC0;
}
.BgClassName
{
background-color: #300CC0;
}
</style>
border-color css
<style>
span { border-color: #300CC0; }
span { border-color: rgb(48,12,192); }
td.TdClassName
{
border-color: #300CC0;
}
.TagClassName
{
border-color: #300CC0;
}
</style>