Shades of Medium Blue #3100CB
Tints of Medium Blue #3100CB
RGB
CMYK
RGB Variations
Color information
#3100CB (or 0x3100CB) is known color: Medium Blue. HEX triplet: 31, 00 and CB. RGB value is (49,0,203). Sum of RGB (Red+Green+Blue) = 49+0+203=252 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.44% from 252); Green value is 0 (0.39% from 255 or 0% from 252); Blue value is 203 (79.69% from 255 or 80.56% from 252); Max value from RGB is 203 - color contains mainly: blue. Hex color #3100CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3100CB is #CEFF34. Grayscale: #252525. Windows color (decimal): -13565749 or 13303857. OLE color: 13303857.
HSL color Cylindrical-coordinate representation of color #3100CB: hue angle of 254.48º 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 #3100CB is Cyan = 0.76, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 49 | 0 | 203 | - |
| CMYK | 0.76 | 1 | 0 | 0.20 |
| HSL | 254.48º | 1% | 0.4% | - |
| HSV(B) | 254.48º | 1% | 0.8% | - |
| XYZ | 12.05 | 4.96 | 56.82 | - |
| YUV | 37.79 | 221.23 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 0 | 203 | 0.76 | 1 | 0 | 0.20 | 254.48 | 1 | 0.4 |
| Hex | 31 | 0 | CB | 4C | 64 | 0 | 14 | FE | 64 | 28 |
| Octal | 61 | 0 | 313 | 114 | 144 | 0 | 24 | 376 | 144 | 50 |
| Binary | 110001 | 0 | 11001011 | 1001100 | 1100100 | 0 | 10100 | 11111110 | 1100100 | 101000 |
Color Harmonies of #3100CB
Complementary color
Monochromatic Colors of #3100CB
Black with #3100CB
Text Example
Text Example
White with #3100CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3100CB; }
p { color: rgb(49,0,203); }
H1.HeaderClassName
{
color: #3100CB;
}
.AnyTagClassName
{
color: #3100CB;
}
</style>
background-color css
<style>
a { background-color: #3100CB; }
a { background-color: rgb(49,0,203); }
div.DivClassName
{
background-color: #3100CB;
}
.BgClassName
{
background-color: #3100CB;
}
</style>
border-color css
<style>
span { border-color: #3100CB; }
span { border-color: rgb(49,0,203); }
td.TdClassName
{
border-color: #3100CB;
}
.TagClassName
{
border-color: #3100CB;
}
</style>