Shades of Medium Blue #3010C1
Tints of Medium Blue #3010C1
RGB
CMYK
RGB Variations
Color information
#3010C1 (or 0x3010C1) is known color: Medium Blue. HEX triplet: 30, 10 and C1. RGB value is (48,16,193). Sum of RGB (Red+Green+Blue) = 48+16+193=257 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.68% from 257); Green value is 16 (6.64% from 255 or 6.23% from 257); Blue value is 193 (75.78% from 255 or 75.10% from 257); Max value from RGB is 193 - color contains mainly: blue. Hex color #3010C1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3010C1 is #CFEF3E. Grayscale: #2D2D2D. Windows color (decimal): -13627199 or 12652592. OLE color: 12652592.
HSL color Cylindrical-coordinate representation of color #3010C1: hue angle of 250.85º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3010C1 is Cyan = 0.75, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 48 | 16 | 193 | - |
| CMYK | 0.75 | 0.92 | 0 | 0.24 |
| HSL | 250.85º | 0.85% | 0.41% | - |
| HSV(B) | 250.85º | 0.92% | 0.76% | - |
| XYZ | 11.03 | 4.85 | 50.81 | - |
| YUV | 45.75 | 211.1 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 16 | 193 | 0.75 | 0.92 | 0 | 0.24 | 250.85 | 0.85 | 0.41 |
| Hex | 30 | 10 | C1 | 4B | 5C | 0 | 18 | FB | 55 | 29 |
| Octal | 60 | 20 | 301 | 113 | 134 | 0 | 30 | 373 | 125 | 51 |
| Binary | 110000 | 10000 | 11000001 | 1001011 | 1011100 | 0 | 11000 | 11111011 | 1010101 | 101001 |
Color Harmonies of #3010C1
Complementary color
Monochromatic Colors of #3010C1
Black with #3010C1
Text Example
Text Example
White with #3010C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3010C1; }
p { color: rgb(48,16,193); }
H1.HeaderClassName
{
color: #3010C1;
}
.AnyTagClassName
{
color: #3010C1;
}
</style>
background-color css
<style>
a { background-color: #3010C1; }
a { background-color: rgb(48,16,193); }
div.DivClassName
{
background-color: #3010C1;
}
.BgClassName
{
background-color: #3010C1;
}
</style>
border-color css
<style>
span { border-color: #3010C1; }
span { border-color: rgb(48,16,193); }
td.TdClassName
{
border-color: #3010C1;
}
.TagClassName
{
border-color: #3010C1;
}
</style>