Shades of Medium Blue #3010CC
Tints of Medium Blue #3010CC
RGB
CMYK
RGB Variations
Color information
#3010CC (or 0x3010CC) is known color: Medium Blue. HEX triplet: 30, 10 and CC. RGB value is (48,16,204). Sum of RGB (Red+Green+Blue) = 48+16+204=268 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.91% from 268); Green value is 16 (6.64% from 255 or 5.97% from 268); Blue value is 204 (80.08% from 255 or 76.12% from 268); Max value from RGB is 204 - color contains mainly: blue. Hex color #3010CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3010CC is #CFEF33. Grayscale: #2E2E2E. Windows color (decimal): -13627188 or 13373488. OLE color: 13373488.
HSL color Cylindrical-coordinate representation of color #3010CC: hue angle of 250.21º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3010CC is Cyan = 0.76, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 48 | 16 | 204 | - |
| CMYK | 0.76 | 0.92 | 0 | 0.2 |
| HSL | 250.21º | 0.85% | 0.43% | - |
| HSV(B) | 250.21º | 0.92% | 0.8% | - |
| XYZ | 12.3 | 5.36 | 57.51 | - |
| YUV | 47 | 216.6 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 16 | 204 | 0.76 | 0.92 | 0 | 0.2 | 250.21 | 0.85 | 0.43 |
| Hex | 30 | 10 | CC | 4C | 5C | 0 | 14 | FA | 55 | 2B |
| Octal | 60 | 20 | 314 | 114 | 134 | 0 | 24 | 372 | 125 | 53 |
| Binary | 110000 | 10000 | 11001100 | 1001100 | 1011100 | 0 | 10100 | 11111010 | 1010101 | 101011 |
Color Harmonies of #3010CC
Complementary color
Monochromatic Colors of #3010CC
Black with #3010CC
Text Example
Text Example
White with #3010CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3010CC; }
p { color: rgb(48,16,204); }
H1.HeaderClassName
{
color: #3010CC;
}
.AnyTagClassName
{
color: #3010CC;
}
</style>
background-color css
<style>
a { background-color: #3010CC; }
a { background-color: rgb(48,16,204); }
div.DivClassName
{
background-color: #3010CC;
}
.BgClassName
{
background-color: #3010CC;
}
</style>
border-color css
<style>
span { border-color: #3010CC; }
span { border-color: rgb(48,16,204); }
td.TdClassName
{
border-color: #3010CC;
}
.TagClassName
{
border-color: #3010CC;
}
</style>