Shades of Medium Blue #3101CF
Tints of Medium Blue #3101CF
RGB
CMYK
RGB Variations
Color information
#3101CF (or 0x3101CF) is known color: Medium Blue. HEX triplet: 31, 01 and CF. RGB value is (49,1,207). Sum of RGB (Red+Green+Blue) = 49+1+207=257 (34% of max value = 765). Red value is 49 (19.53% from 255 or 19.07% from 257); Green value is 1 (0.78% from 255 or 0.39% from 257); Blue value is 207 (81.25% from 255 or 80.54% from 257); Max value from RGB is 207 - color contains mainly: blue. Hex color #3101CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3101CF is #CEFE30. Grayscale: #262626. Windows color (decimal): -13565489 or 13566257. OLE color: 13566257.
HSL color Cylindrical-coordinate representation of color #3101CF: hue angle of 253.98º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3101CF is Cyan = 0.76, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 1 | 207 | - |
| CMYK | 0.76 | 1.00 | 0 | 0.19 |
| HSL | 253.98º | 0.99% | 0.41% | - |
| HSV(B) | 253.98º | 1% | 0.81% | - |
| XYZ | 12.54 | 5.18 | 59.37 | - |
| YUV | 38.84 | 222.9 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 1 | 207 | 0.76 | 1.00 | 0 | 0.19 | 253.98 | 0.99 | 0.41 |
| Hex | 31 | 1 | CF | 4C | 64 | 0 | 13 | FE | 63 | 29 |
| Octal | 61 | 1 | 317 | 114 | 144 | 0 | 23 | 376 | 143 | 51 |
| Binary | 110001 | 1 | 11001111 | 1001100 | 1100100 | 0 | 10011 | 11111110 | 1100011 | 101001 |
Color Harmonies of #3101CF
Complementary color
Monochromatic Colors of #3101CF
Black with #3101CF
Text Example
Text Example
White with #3101CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3101CF; }
p { color: rgb(49,1,207); }
H1.HeaderClassName
{
color: #3101CF;
}
.AnyTagClassName
{
color: #3101CF;
}
</style>
background-color css
<style>
a { background-color: #3101CF; }
a { background-color: rgb(49,1,207); }
div.DivClassName
{
background-color: #3101CF;
}
.BgClassName
{
background-color: #3101CF;
}
</style>
border-color css
<style>
span { border-color: #3101CF; }
span { border-color: rgb(49,1,207); }
td.TdClassName
{
border-color: #3101CF;
}
.TagClassName
{
border-color: #3101CF;
}
</style>