Shades of Medium Blue #3700C1
Tints of Medium Blue #3700C1
RGB
CMYK
RGB Variations
Color information
#3700C1 (or 0x3700C1) is known color: Medium Blue. HEX triplet: 37, 00 and C1. RGB value is (55,0,193). Sum of RGB (Red+Green+Blue) = 55+0+193=248 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.18% from 248); Green value is 0 (0.39% from 255 or 0% from 248); Blue value is 193 (75.78% from 255 or 77.82% from 248); Max value from RGB is 193 - color contains mainly: blue. Hex color #3700C1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3700C1 is #C8FF3E. Grayscale: #252525. Windows color (decimal): -13172543 or 12648503. OLE color: 12648503.
HSL color Cylindrical-coordinate representation of color #3700C1: hue angle of 257.1º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3700C1 is Cyan = 0.72, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 55 | 0 | 193 | - |
| CMYK | 0.72 | 1 | 0 | 0.24 |
| HSL | 257.1º | 1% | 0.38% | - |
| HSV(B) | 257.1º | 1% | 0.76% | - |
| XYZ | 11.2 | 4.66 | 50.76 | - |
| YUV | 38.45 | 215.22 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 0 | 193 | 0.72 | 1 | 0 | 0.24 | 257.1 | 1 | 0.38 |
| Hex | 37 | 0 | C1 | 48 | 64 | 0 | 18 | 101 | 64 | 26 |
| Octal | 67 | 0 | 301 | 110 | 144 | 0 | 30 | 401 | 144 | 46 |
| Binary | 110111 | 0 | 11000001 | 1001000 | 1100100 | 0 | 11000 | 100000001 | 1100100 | 100110 |
Color Harmonies of #3700C1
Complementary color
Monochromatic Colors of #3700C1
Black with #3700C1
Text Example
Text Example
White with #3700C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3700C1; }
p { color: rgb(55,0,193); }
H1.HeaderClassName
{
color: #3700C1;
}
.AnyTagClassName
{
color: #3700C1;
}
</style>
background-color css
<style>
a { background-color: #3700C1; }
a { background-color: rgb(55,0,193); }
div.DivClassName
{
background-color: #3700C1;
}
.BgClassName
{
background-color: #3700C1;
}
</style>
border-color css
<style>
span { border-color: #3700C1; }
span { border-color: rgb(55,0,193); }
td.TdClassName
{
border-color: #3700C1;
}
.TagClassName
{
border-color: #3700C1;
}
</style>