Shades of Medium Blue #3700C8
Tints of Medium Blue #3700C8
RGB
CMYK
RGB Variations
Color information
#3700C8 (or 0x3700C8) is known color: Medium Blue. HEX triplet: 37, 00 and C8. RGB value is (55,0,200). Sum of RGB (Red+Green+Blue) = 55+0+200=255 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.57% from 255); Green value is 0 (0.39% from 255 or 0% from 255); Blue value is 200 (78.52% from 255 or 78.43% from 255); Max value from RGB is 200 - color contains mainly: blue. Hex color #3700C8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3700C8 is #C8FF37. Grayscale: #262626. Windows color (decimal): -13172536 or 13107255. OLE color: 13107255.
HSL color Cylindrical-coordinate representation of color #3700C8: hue angle of 256.5º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3700C8 is Cyan = 0.72, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 55 | 0 | 200 | - |
| CMYK | 0.72 | 1 | 0 | 0.22 |
| HSL | 256.5º | 1% | 0.39% | - |
| HSV(B) | 256.5º | 1% | 0.78% | - |
| XYZ | 12 | 4.98 | 54.97 | - |
| YUV | 39.25 | 218.72 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 0 | 200 | 0.72 | 1 | 0 | 0.22 | 256.5 | 1 | 0.39 |
| Hex | 37 | 0 | C8 | 48 | 64 | 0 | 16 | 100 | 64 | 27 |
| Octal | 67 | 0 | 310 | 110 | 144 | 0 | 26 | 400 | 144 | 47 |
| Binary | 110111 | 0 | 11001000 | 1001000 | 1100100 | 0 | 10110 | 100000000 | 1100100 | 100111 |
Color Harmonies of #3700C8
Complementary color
Monochromatic Colors of #3700C8
Black with #3700C8
Text Example
Text Example
White with #3700C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3700C8; }
p { color: rgb(55,0,200); }
H1.HeaderClassName
{
color: #3700C8;
}
.AnyTagClassName
{
color: #3700C8;
}
</style>
background-color css
<style>
a { background-color: #3700C8; }
a { background-color: rgb(55,0,200); }
div.DivClassName
{
background-color: #3700C8;
}
.BgClassName
{
background-color: #3700C8;
}
</style>
border-color css
<style>
span { border-color: #3700C8; }
span { border-color: rgb(55,0,200); }
td.TdClassName
{
border-color: #3700C8;
}
.TagClassName
{
border-color: #3700C8;
}
</style>