Shades of Medium Blue #3105C8
Tints of Medium Blue #3105C8
RGB
CMYK
RGB Variations
Color information
#3105C8 (or 0x3105C8) is known color: Medium Blue. HEX triplet: 31, 05 and C8. RGB value is (49,5,200). Sum of RGB (Red+Green+Blue) = 49+5+200=254 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.29% from 254); Green value is 5 (2.34% from 255 or 1.97% from 254); Blue value is 200 (78.52% from 255 or 78.74% from 254); Max value from RGB is 200 - color contains mainly: blue. Hex color #3105C8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3105C8 is #CEFA37. Grayscale: #272727. Windows color (decimal): -13564472 or 13108529. OLE color: 13108529.
HSL color Cylindrical-coordinate representation of color #3105C8: hue angle of 253.54º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3105C8 is Cyan = 0.76, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 49 | 5 | 200 | - |
| CMYK | 0.76 | 0.98 | 0 | 0.22 |
| HSL | 253.54º | 0.95% | 0.4% | - |
| HSV(B) | 253.54º | 0.98% | 0.78% | - |
| XYZ | 11.75 | 4.93 | 54.98 | - |
| YUV | 40.39 | 218.08 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 5 | 200 | 0.76 | 0.98 | 0 | 0.22 | 253.54 | 0.95 | 0.4 |
| Hex | 31 | 5 | C8 | 4C | 62 | 0 | 16 | FE | 5F | 28 |
| Octal | 61 | 5 | 310 | 114 | 142 | 0 | 26 | 376 | 137 | 50 |
| Binary | 110001 | 101 | 11001000 | 1001100 | 1100010 | 0 | 10110 | 11111110 | 1011111 | 101000 |
Color Harmonies of #3105C8
Complementary color
Monochromatic Colors of #3105C8
Black with #3105C8
Text Example
Text Example
White with #3105C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3105C8; }
p { color: rgb(49,5,200); }
H1.HeaderClassName
{
color: #3105C8;
}
.AnyTagClassName
{
color: #3105C8;
}
</style>
background-color css
<style>
a { background-color: #3105C8; }
a { background-color: rgb(49,5,200); }
div.DivClassName
{
background-color: #3105C8;
}
.BgClassName
{
background-color: #3105C8;
}
</style>
border-color css
<style>
span { border-color: #3105C8; }
span { border-color: rgb(49,5,200); }
td.TdClassName
{
border-color: #3105C8;
}
.TagClassName
{
border-color: #3105C8;
}
</style>