Shades of Lochmara #3C7599
Tints of Lochmara #3C7599
RGB
CMYK
RGB Variations
Color information
#3C7599 (or 0x3C7599) is known color: Lochmara. HEX triplet: 3C, 75 and 99. RGB value is (60,117,153). Sum of RGB (Red+Green+Blue) = 60+117+153=330 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.18% from 330); Green value is 117 (46.09% from 255 or 35.45% from 330); Blue value is 153 (60.16% from 255 or 46.36% from 330); Max value from RGB is 153 - color contains mainly: blue. Hex color #3C7599 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C7599 is #C38A66. Grayscale: #676767. Windows color (decimal): -12814951 or 10057020. OLE color: 10057020.
HSL color Cylindrical-coordinate representation of color #3C7599: hue angle of 203.23º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3C7599 is Cyan = 0.61, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 60 | 117 | 153 | - |
| CMYK | 0.61 | 0.24 | 0 | 0.4 |
| HSL | 203.23º | 0.44% | 0.42% | - |
| HSV(B) | 203.23º | 0.61% | 0.6% | - |
| XYZ | 13.97 | 15.98 | 32.49 | - |
| YUV | 104.06 | 155.62 | 96.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 117 | 153 | 0.61 | 0.24 | 0 | 0.4 | 203.23 | 0.44 | 0.42 |
| Hex | 3C | 75 | 99 | 3D | 18 | 0 | 28 | CB | 2C | 2A |
| Octal | 74 | 165 | 231 | 75 | 30 | 0 | 50 | 313 | 54 | 52 |
| Binary | 111100 | 1110101 | 10011001 | 111101 | 11000 | 0 | 101000 | 11001011 | 101100 | 101010 |
Color Harmonies of #3C7599
Complementary color
Monochromatic Colors of #3C7599
Black with #3C7599
Text Example
Text Example
White with #3C7599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7599; }
p { color: rgb(60,117,153); }
H1.HeaderClassName
{
color: #3C7599;
}
.AnyTagClassName
{
color: #3C7599;
}
</style>
background-color css
<style>
a { background-color: #3C7599; }
a { background-color: rgb(60,117,153); }
div.DivClassName
{
background-color: #3C7599;
}
.BgClassName
{
background-color: #3C7599;
}
</style>
border-color css
<style>
span { border-color: #3C7599; }
span { border-color: rgb(60,117,153); }
td.TdClassName
{
border-color: #3C7599;
}
.TagClassName
{
border-color: #3C7599;
}
</style>