Shades of Medium Blue #3110CA
Tints of Medium Blue #3110CA
RGB
CMYK
RGB Variations
Color information
#3110CA (or 0x3110CA) is known color: Medium Blue. HEX triplet: 31, 10 and CA. RGB value is (49,16,202). Sum of RGB (Red+Green+Blue) = 49+16+202=267 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.35% from 267); Green value is 16 (6.64% from 255 or 5.99% from 267); Blue value is 202 (79.30% from 255 or 75.66% from 267); Max value from RGB is 202 - color contains mainly: blue. Hex color #3110CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3110CA is #CEEF35. Grayscale: #2E2E2E. Windows color (decimal): -13561654 or 13242417. OLE color: 13242417.
HSL color Cylindrical-coordinate representation of color #3110CA: hue angle of 250.65º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3110CA is Cyan = 0.76, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 49 | 16 | 202 | - |
| CMYK | 0.76 | 0.92 | 0 | 0.21 |
| HSL | 250.65º | 0.85% | 0.43% | - |
| HSV(B) | 250.65º | 0.92% | 0.79% | - |
| XYZ | 12.11 | 5.29 | 56.26 | - |
| YUV | 47.07 | 215.43 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 16 | 202 | 0.76 | 0.92 | 0 | 0.21 | 250.65 | 0.85 | 0.43 |
| Hex | 31 | 10 | CA | 4C | 5C | 0 | 15 | FB | 55 | 2B |
| Octal | 61 | 20 | 312 | 114 | 134 | 0 | 25 | 373 | 125 | 53 |
| Binary | 110001 | 10000 | 11001010 | 1001100 | 1011100 | 0 | 10101 | 11111011 | 1010101 | 101011 |
Color Harmonies of #3110CA
Complementary color
Monochromatic Colors of #3110CA
Black with #3110CA
Text Example
Text Example
White with #3110CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3110CA; }
p { color: rgb(49,16,202); }
H1.HeaderClassName
{
color: #3110CA;
}
.AnyTagClassName
{
color: #3110CA;
}
</style>
background-color css
<style>
a { background-color: #3110CA; }
a { background-color: rgb(49,16,202); }
div.DivClassName
{
background-color: #3110CA;
}
.BgClassName
{
background-color: #3110CA;
}
</style>
border-color css
<style>
span { border-color: #3110CA; }
span { border-color: rgb(49,16,202); }
td.TdClassName
{
border-color: #3110CA;
}
.TagClassName
{
border-color: #3110CA;
}
</style>