Shades of Lochmara #37799F
Tints of Lochmara #37799F
RGB
CMYK
RGB Variations
Color information
#37799F (or 0x37799F) is known color: Lochmara. HEX triplet: 37, 79 and 9F. RGB value is (55,121,159). Sum of RGB (Red+Green+Blue) = 55+121+159=335 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.42% from 335); Green value is 121 (47.66% from 255 or 36.12% from 335); Blue value is 159 (62.5% from 255 or 47.46% from 335); Max value from RGB is 159 - color contains mainly: blue. Hex color #37799F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37799F is #C88660. Grayscale: #696969. Windows color (decimal): -13141601 or 10451255. OLE color: 10451255.
HSL color Cylindrical-coordinate representation of color #37799F: hue angle of 201.92º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #37799F is Cyan = 0.65, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 55 | 121 | 159 | - |
| CMYK | 0.65 | 0.24 | 0 | 0.38 |
| HSL | 201.92º | 0.49% | 0.42% | - |
| HSV(B) | 201.92º | 0.65% | 0.62% | - |
| XYZ | 14.67 | 16.99 | 35.31 | - |
| YUV | 105.6 | 158.13 | 91.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 121 | 159 | 0.65 | 0.24 | 0 | 0.38 | 201.92 | 0.49 | 0.42 |
| Hex | 37 | 79 | 9F | 41 | 18 | 0 | 26 | CA | 31 | 2A |
| Octal | 67 | 171 | 237 | 101 | 30 | 0 | 46 | 312 | 61 | 52 |
| Binary | 110111 | 1111001 | 10011111 | 1000001 | 11000 | 0 | 100110 | 11001010 | 110001 | 101010 |
Color Harmonies of #37799F
Complementary color
Monochromatic Colors of #37799F
Black with #37799F
Text Example
Text Example
White with #37799F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37799F; }
p { color: rgb(55,121,159); }
H1.HeaderClassName
{
color: #37799F;
}
.AnyTagClassName
{
color: #37799F;
}
</style>
background-color css
<style>
a { background-color: #37799F; }
a { background-color: rgb(55,121,159); }
div.DivClassName
{
background-color: #37799F;
}
.BgClassName
{
background-color: #37799F;
}
</style>
border-color css
<style>
span { border-color: #37799F; }
span { border-color: rgb(55,121,159); }
td.TdClassName
{
border-color: #37799F;
}
.TagClassName
{
border-color: #37799F;
}
</style>