Shades of Medium Blue #3111CC
Tints of Medium Blue #3111CC
RGB
CMYK
RGB Variations
Color information
#3111CC (or 0x3111CC) is known color: Medium Blue. HEX triplet: 31, 11 and CC. RGB value is (49,17,204). Sum of RGB (Red+Green+Blue) = 49+17+204=270 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.15% from 270); Green value is 17 (7.03% from 255 or 6.30% from 270); Blue value is 204 (80.08% from 255 or 75.56% from 270); Max value from RGB is 204 - color contains mainly: blue. Hex color #3111CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3111CC is #CEEE33. Grayscale: #2F2F2F. Windows color (decimal): -13561396 or 13373745. OLE color: 13373745.
HSL color Cylindrical-coordinate representation of color #3111CC: hue angle of 250.27º 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 #3111CC is Cyan = 0.76, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 49 | 17 | 204 | - |
| CMYK | 0.76 | 0.92 | 0 | 0.2 |
| HSL | 250.27º | 0.85% | 0.43% | - |
| HSV(B) | 250.27º | 0.92% | 0.8% | - |
| XYZ | 12.37 | 5.41 | 57.52 | - |
| YUV | 47.89 | 216.1 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 17 | 204 | 0.76 | 0.92 | 0 | 0.2 | 250.27 | 0.85 | 0.43 |
| Hex | 31 | 11 | CC | 4C | 5C | 0 | 14 | FA | 55 | 2B |
| Octal | 61 | 21 | 314 | 114 | 134 | 0 | 24 | 372 | 125 | 53 |
| Binary | 110001 | 10001 | 11001100 | 1001100 | 1011100 | 0 | 10100 | 11111010 | 1010101 | 101011 |
Color Harmonies of #3111CC
Complementary color
Monochromatic Colors of #3111CC
Black with #3111CC
Text Example
Text Example
White with #3111CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3111CC; }
p { color: rgb(49,17,204); }
H1.HeaderClassName
{
color: #3111CC;
}
.AnyTagClassName
{
color: #3111CC;
}
</style>
background-color css
<style>
a { background-color: #3111CC; }
a { background-color: rgb(49,17,204); }
div.DivClassName
{
background-color: #3111CC;
}
.BgClassName
{
background-color: #3111CC;
}
</style>
border-color css
<style>
span { border-color: #3111CC; }
span { border-color: rgb(49,17,204); }
td.TdClassName
{
border-color: #3111CC;
}
.TagClassName
{
border-color: #3111CC;
}
</style>