Shades of Medium Blue #3113CB
Tints of Medium Blue #3113CB
RGB
CMYK
RGB Variations
Color information
#3113CB (or 0x3113CB) is known color: Medium Blue. HEX triplet: 31, 13 and CB. RGB value is (49,19,203). Sum of RGB (Red+Green+Blue) = 49+19+203=271 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.08% from 271); Green value is 19 (7.81% from 255 or 7.01% from 271); Blue value is 203 (79.69% from 255 or 74.91% from 271); Max value from RGB is 203 - color contains mainly: blue. Hex color #3113CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3113CB is #CEEC34. Grayscale: #303030. Windows color (decimal): -13560885 or 13308721. OLE color: 13308721.
HSL color Cylindrical-coordinate representation of color #3113CB: hue angle of 249.78º 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 #3113CB is Cyan = 0.76, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 49 | 19 | 203 | - |
| CMYK | 0.76 | 0.91 | 0 | 0.20 |
| HSL | 249.78º | 0.83% | 0.44% | - |
| HSV(B) | 249.78º | 0.91% | 0.8% | - |
| XYZ | 12.28 | 5.43 | 56.9 | - |
| YUV | 48.95 | 214.94 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 19 | 203 | 0.76 | 0.91 | 0 | 0.20 | 249.78 | 0.83 | 0.44 |
| Hex | 31 | 13 | CB | 4C | 5B | 0 | 14 | FA | 53 | 2C |
| Octal | 61 | 23 | 313 | 114 | 133 | 0 | 24 | 372 | 123 | 54 |
| Binary | 110001 | 10011 | 11001011 | 1001100 | 1011011 | 0 | 10100 | 11111010 | 1010011 | 101100 |
Color Harmonies of #3113CB
Complementary color
Monochromatic Colors of #3113CB
Black with #3113CB
Text Example
Text Example
White with #3113CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3113CB; }
p { color: rgb(49,19,203); }
H1.HeaderClassName
{
color: #3113CB;
}
.AnyTagClassName
{
color: #3113CB;
}
</style>
background-color css
<style>
a { background-color: #3113CB; }
a { background-color: rgb(49,19,203); }
div.DivClassName
{
background-color: #3113CB;
}
.BgClassName
{
background-color: #3113CB;
}
</style>
border-color css
<style>
span { border-color: #3113CB; }
span { border-color: rgb(49,19,203); }
td.TdClassName
{
border-color: #3113CB;
}
.TagClassName
{
border-color: #3113CB;
}
</style>