Shades of Medium Blue #3108CA
Tints of Medium Blue #3108CA
RGB
CMYK
RGB Variations
Color information
#3108CA (or 0x3108CA) is known color: Medium Blue. HEX triplet: 31, 08 and CA. RGB value is (49,8,202). Sum of RGB (Red+Green+Blue) = 49+8+202=259 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.92% from 259); Green value is 8 (3.52% from 255 or 3.09% from 259); Blue value is 202 (79.30% from 255 or 77.99% from 259); Max value from RGB is 202 - color contains mainly: blue. Hex color #3108CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3108CA is #CEF735. Grayscale: #292929. Windows color (decimal): -13563702 or 13240369. OLE color: 13240369.
HSL color Cylindrical-coordinate representation of color #3108CA: hue angle of 252.68º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3108CA is Cyan = 0.76, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 49 | 8 | 202 | - |
| CMYK | 0.76 | 0.96 | 0 | 0.21 |
| HSL | 252.68º | 0.92% | 0.41% | - |
| HSV(B) | 252.68º | 0.96% | 0.79% | - |
| XYZ | 12.01 | 5.09 | 56.23 | - |
| YUV | 42.38 | 218.08 | 132.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 8 | 202 | 0.76 | 0.96 | 0 | 0.21 | 252.68 | 0.92 | 0.41 |
| Hex | 31 | 8 | CA | 4C | 60 | 0 | 15 | FD | 5C | 29 |
| Octal | 61 | 10 | 312 | 114 | 140 | 0 | 25 | 375 | 134 | 51 |
| Binary | 110001 | 1000 | 11001010 | 1001100 | 1100000 | 0 | 10101 | 11111101 | 1011100 | 101001 |
Color Harmonies of #3108CA
Complementary color
Monochromatic Colors of #3108CA
Black with #3108CA
Text Example
Text Example
White with #3108CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3108CA; }
p { color: rgb(49,8,202); }
H1.HeaderClassName
{
color: #3108CA;
}
.AnyTagClassName
{
color: #3108CA;
}
</style>
background-color css
<style>
a { background-color: #3108CA; }
a { background-color: rgb(49,8,202); }
div.DivClassName
{
background-color: #3108CA;
}
.BgClassName
{
background-color: #3108CA;
}
</style>
border-color css
<style>
span { border-color: #3108CA; }
span { border-color: rgb(49,8,202); }
td.TdClassName
{
border-color: #3108CA;
}
.TagClassName
{
border-color: #3108CA;
}
</style>