Shades of Medium Blue #3000C0
Tints of Medium Blue #3000C0
RGB
CMYK
RGB Variations
Color information
#3000C0 (or 0x3000C0) is known color: Medium Blue. HEX triplet: 30, 00 and C0. RGB value is (48,0,192). Sum of RGB (Red+Green+Blue) = 48+0+192=240 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20% from 240); Green value is 0 (0.39% from 255 or 0% from 240); Blue value is 192 (75.39% from 255 or 80% from 240); Max value from RGB is 192 - color contains mainly: blue. Hex color #3000C0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3000C0 is #CFFF3F. Grayscale: #232323. Windows color (decimal): -13631296 or 12582960. OLE color: 12582960.
HSL color Cylindrical-coordinate representation of color #3000C0: hue angle of 255º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3000C0 is Cyan = 0.75, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 48 | 0 | 192 | - |
| CMYK | 0.75 | 1 | 0 | 0.25 |
| HSL | 255º | 1% | 0.38% | - |
| HSV(B) | 255º | 1% | 0.75% | - |
| XYZ | 10.73 | 4.43 | 50.16 | - |
| YUV | 36.24 | 215.9 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 0 | 192 | 0.75 | 1 | 0 | 0.25 | 255 | 1 | 0.38 |
| Hex | 30 | 0 | C0 | 4B | 64 | 0 | 19 | FF | 64 | 26 |
| Octal | 60 | 0 | 300 | 113 | 144 | 0 | 31 | 377 | 144 | 46 |
| Binary | 110000 | 0 | 11000000 | 1001011 | 1100100 | 0 | 11001 | 11111111 | 1100100 | 100110 |
Color Harmonies of #3000C0
Complementary color
Monochromatic Colors of #3000C0
Black with #3000C0
Text Example
Text Example
White with #3000C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3000C0; }
p { color: rgb(48,0,192); }
H1.HeaderClassName
{
color: #3000C0;
}
.AnyTagClassName
{
color: #3000C0;
}
</style>
background-color css
<style>
a { background-color: #3000C0; }
a { background-color: rgb(48,0,192); }
div.DivClassName
{
background-color: #3000C0;
}
.BgClassName
{
background-color: #3000C0;
}
</style>
border-color css
<style>
span { border-color: #3000C0; }
span { border-color: rgb(48,0,192); }
td.TdClassName
{
border-color: #3000C0;
}
.TagClassName
{
border-color: #3000C0;
}
</style>