Shades of Medium Blue #3707C3
Tints of Medium Blue #3707C3
RGB
CMYK
RGB Variations
Color information
#3707C3 (or 0x3707C3) is known color: Medium Blue. HEX triplet: 37, 07 and C3. RGB value is (55,7,195). Sum of RGB (Red+Green+Blue) = 55+7+195=257 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.40% from 257); Green value is 7 (3.12% from 255 or 2.72% from 257); Blue value is 195 (76.56% from 255 or 75.88% from 257); Max value from RGB is 195 - color contains mainly: blue. Hex color #3707C3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3707C3 is #C8F83C. Grayscale: #2A2A2A. Windows color (decimal): -13170749 or 12781367. OLE color: 12781367.
HSL color Cylindrical-coordinate representation of color #3707C3: hue angle of 255.32º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3707C3 is Cyan = 0.72, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 55 | 7 | 195 | - |
| CMYK | 0.72 | 0.96 | 0 | 0.24 |
| HSL | 255.32º | 0.93% | 0.4% | - |
| HSV(B) | 255.32º | 0.96% | 0.76% | - |
| XYZ | 11.5 | 4.9 | 51.97 | - |
| YUV | 42.78 | 213.9 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 7 | 195 | 0.72 | 0.96 | 0 | 0.24 | 255.32 | 0.93 | 0.4 |
| Hex | 37 | 7 | C3 | 48 | 60 | 0 | 18 | FF | 5D | 28 |
| Octal | 67 | 7 | 303 | 110 | 140 | 0 | 30 | 377 | 135 | 50 |
| Binary | 110111 | 111 | 11000011 | 1001000 | 1100000 | 0 | 11000 | 11111111 | 1011101 | 101000 |
Color Harmonies of #3707C3
Complementary color
Monochromatic Colors of #3707C3
Black with #3707C3
Text Example
Text Example
White with #3707C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3707C3; }
p { color: rgb(55,7,195); }
H1.HeaderClassName
{
color: #3707C3;
}
.AnyTagClassName
{
color: #3707C3;
}
</style>
background-color css
<style>
a { background-color: #3707C3; }
a { background-color: rgb(55,7,195); }
div.DivClassName
{
background-color: #3707C3;
}
.BgClassName
{
background-color: #3707C3;
}
</style>
border-color css
<style>
span { border-color: #3707C3; }
span { border-color: rgb(55,7,195); }
td.TdClassName
{
border-color: #3707C3;
}
.TagClassName
{
border-color: #3707C3;
}
</style>