Shades of Medium Blue #3701C7
Tints of Medium Blue #3701C7
RGB
CMYK
RGB Variations
Color information
#3701C7 (or 0x3701C7) is known color: Medium Blue. HEX triplet: 37, 01 and C7. RGB value is (55,1,199). Sum of RGB (Red+Green+Blue) = 55+1+199=255 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.57% from 255); Green value is 1 (0.78% from 255 or 0.39% from 255); Blue value is 199 (78.12% from 255 or 78.04% from 255); Max value from RGB is 199 - color contains mainly: blue. Hex color #3701C7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3701C7 is #C8FE38. Grayscale: #262626. Windows color (decimal): -13172281 or 13041975. OLE color: 13041975.
HSL color Cylindrical-coordinate representation of color #3701C7: hue angle of 256.36º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3701C7 is Cyan = 0.72, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 55 | 1 | 199 | - |
| CMYK | 0.72 | 0.99 | 0 | 0.22 |
| HSL | 256.36º | 0.99% | 0.39% | - |
| HSV(B) | 256.36º | 0.99% | 0.78% | - |
| XYZ | 11.9 | 4.96 | 54.36 | - |
| YUV | 39.72 | 217.89 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 1 | 199 | 0.72 | 0.99 | 0 | 0.22 | 256.36 | 0.99 | 0.39 |
| Hex | 37 | 1 | C7 | 48 | 63 | 0 | 16 | 100 | 63 | 27 |
| Octal | 67 | 1 | 307 | 110 | 143 | 0 | 26 | 400 | 143 | 47 |
| Binary | 110111 | 1 | 11000111 | 1001000 | 1100011 | 0 | 10110 | 100000000 | 1100011 | 100111 |
Color Harmonies of #3701C7
Complementary color
Monochromatic Colors of #3701C7
Black with #3701C7
Text Example
Text Example
White with #3701C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3701C7; }
p { color: rgb(55,1,199); }
H1.HeaderClassName
{
color: #3701C7;
}
.AnyTagClassName
{
color: #3701C7;
}
</style>
background-color css
<style>
a { background-color: #3701C7; }
a { background-color: rgb(55,1,199); }
div.DivClassName
{
background-color: #3701C7;
}
.BgClassName
{
background-color: #3701C7;
}
</style>
border-color css
<style>
span { border-color: #3701C7; }
span { border-color: rgb(55,1,199); }
td.TdClassName
{
border-color: #3701C7;
}
.TagClassName
{
border-color: #3701C7;
}
</style>