Shades of Medium Blue #3113CC
Tints of Medium Blue #3113CC
RGB
CMYK
RGB Variations
Color information
#3113CC (or 0x3113CC) is known color: Medium Blue. HEX triplet: 31, 13 and CC. RGB value is (49,19,204). Sum of RGB (Red+Green+Blue) = 49+19+204=272 (36% of max value = 765). Red value is 49 (19.53% from 255 or 18.01% from 272); Green value is 19 (7.81% from 255 or 6.99% from 272); Blue value is 204 (80.08% from 255 or 75% from 272); Max value from RGB is 204 - color contains mainly: blue. Hex color #3113CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3113CC is #CEEC33. Grayscale: #303030. Windows color (decimal): -13560884 or 13374257. OLE color: 13374257.
HSL color Cylindrical-coordinate representation of color #3113CC: hue angle of 249.73º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3113CC is Cyan = 0.76, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 49 | 19 | 204 | - |
| CMYK | 0.76 | 0.91 | 0 | 0.2 |
| HSL | 249.73º | 0.83% | 0.44% | - |
| HSV(B) | 249.73º | 0.91% | 0.8% | - |
| XYZ | 12.4 | 5.48 | 57.53 | - |
| YUV | 49.06 | 215.44 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 19 | 204 | 0.76 | 0.91 | 0 | 0.2 | 249.73 | 0.83 | 0.44 |
| Hex | 31 | 13 | CC | 4C | 5B | 0 | 14 | FA | 53 | 2C |
| Octal | 61 | 23 | 314 | 114 | 133 | 0 | 24 | 372 | 123 | 54 |
| Binary | 110001 | 10011 | 11001100 | 1001100 | 1011011 | 0 | 10100 | 11111010 | 1010011 | 101100 |
Color Harmonies of #3113CC
Complementary color
Monochromatic Colors of #3113CC
Black with #3113CC
Text Example
Text Example
White with #3113CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3113CC; }
p { color: rgb(49,19,204); }
H1.HeaderClassName
{
color: #3113CC;
}
.AnyTagClassName
{
color: #3113CC;
}
</style>
background-color css
<style>
a { background-color: #3113CC; }
a { background-color: rgb(49,19,204); }
div.DivClassName
{
background-color: #3113CC;
}
.BgClassName
{
background-color: #3113CC;
}
</style>
border-color css
<style>
span { border-color: #3113CC; }
span { border-color: rgb(49,19,204); }
td.TdClassName
{
border-color: #3113CC;
}
.TagClassName
{
border-color: #3113CC;
}
</style>