Shades of Medium Blue #3100CF
Tints of Medium Blue #3100CF
RGB
CMYK
RGB Variations
Color information
#3100CF (or 0x3100CF) is known color: Medium Blue. HEX triplet: 31, 00 and CF. RGB value is (49,0,207). Sum of RGB (Red+Green+Blue) = 49+0+207=256 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.14% from 256); Green value is 0 (0.39% from 255 or 0% from 256); Blue value is 207 (81.25% from 255 or 80.86% from 256); Max value from RGB is 207 - color contains mainly: blue. Hex color #3100CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3100CF is #CEFF30. Grayscale: #252525. Windows color (decimal): -13565745 or 13566001. OLE color: 13566001.
HSL color Cylindrical-coordinate representation of color #3100CF: hue angle of 254.2º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3100CF is Cyan = 0.76, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 0 | 207 | - |
| CMYK | 0.76 | 1 | 0 | 0.19 |
| HSL | 254.2º | 1% | 0.41% | - |
| HSV(B) | 254.2º | 1% | 0.81% | - |
| XYZ | 12.53 | 5.16 | 59.37 | - |
| YUV | 38.25 | 223.23 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 0 | 207 | 0.76 | 1 | 0 | 0.19 | 254.2 | 1 | 0.41 |
| Hex | 31 | 0 | CF | 4C | 64 | 0 | 13 | FE | 64 | 29 |
| Octal | 61 | 0 | 317 | 114 | 144 | 0 | 23 | 376 | 144 | 51 |
| Binary | 110001 | 0 | 11001111 | 1001100 | 1100100 | 0 | 10011 | 11111110 | 1100100 | 101001 |
Color Harmonies of #3100CF
Complementary color
Monochromatic Colors of #3100CF
Black with #3100CF
Text Example
Text Example
White with #3100CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3100CF; }
p { color: rgb(49,0,207); }
H1.HeaderClassName
{
color: #3100CF;
}
.AnyTagClassName
{
color: #3100CF;
}
</style>
background-color css
<style>
a { background-color: #3100CF; }
a { background-color: rgb(49,0,207); }
div.DivClassName
{
background-color: #3100CF;
}
.BgClassName
{
background-color: #3100CF;
}
</style>
border-color css
<style>
span { border-color: #3100CF; }
span { border-color: rgb(49,0,207); }
td.TdClassName
{
border-color: #3100CF;
}
.TagClassName
{
border-color: #3100CF;
}
</style>