Shades of Medium Blue #3100CC
Tints of Medium Blue #3100CC
RGB
CMYK
RGB Variations
Color information
#3100CC (or 0x3100CC) is known color: Medium Blue. HEX triplet: 31, 00 and CC. RGB value is (49,0,204). Sum of RGB (Red+Green+Blue) = 49+0+204=253 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.37% from 253); Green value is 0 (0.39% from 255 or 0% from 253); Blue value is 204 (80.08% from 255 or 80.63% from 253); Max value from RGB is 204 - color contains mainly: blue. Hex color #3100CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3100CC is #CEFF33. Grayscale: #252525. Windows color (decimal): -13565748 or 13369393. OLE color: 13369393.
HSL color Cylindrical-coordinate representation of color #3100CC: hue angle of 254.41º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3100CC is Cyan = 0.76, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 49 | 0 | 204 | - |
| CMYK | 0.76 | 1 | 0 | 0.2 |
| HSL | 254.41º | 1% | 0.4% | - |
| HSV(B) | 254.41º | 1% | 0.8% | - |
| XYZ | 12.17 | 5.01 | 57.45 | - |
| YUV | 37.91 | 221.73 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 0 | 204 | 0.76 | 1 | 0 | 0.2 | 254.41 | 1 | 0.4 |
| Hex | 31 | 0 | CC | 4C | 64 | 0 | 14 | FE | 64 | 28 |
| Octal | 61 | 0 | 314 | 114 | 144 | 0 | 24 | 376 | 144 | 50 |
| Binary | 110001 | 0 | 11001100 | 1001100 | 1100100 | 0 | 10100 | 11111110 | 1100100 | 101000 |
Color Harmonies of #3100CC
Complementary color
Monochromatic Colors of #3100CC
Black with #3100CC
Text Example
Text Example
White with #3100CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3100CC; }
p { color: rgb(49,0,204); }
H1.HeaderClassName
{
color: #3100CC;
}
.AnyTagClassName
{
color: #3100CC;
}
</style>
background-color css
<style>
a { background-color: #3100CC; }
a { background-color: rgb(49,0,204); }
div.DivClassName
{
background-color: #3100CC;
}
.BgClassName
{
background-color: #3100CC;
}
</style>
border-color css
<style>
span { border-color: #3100CC; }
span { border-color: rgb(49,0,204); }
td.TdClassName
{
border-color: #3100CC;
}
.TagClassName
{
border-color: #3100CC;
}
</style>