Shades of Lochmara #357C9D
Tints of Lochmara #357C9D
RGB
CMYK
RGB Variations
Color information
#357C9D (or 0x357C9D) is known color: Lochmara. HEX triplet: 35, 7C and 9D. RGB value is (53,124,157). Sum of RGB (Red+Green+Blue) = 53+124+157=334 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.87% from 334); Green value is 124 (48.83% from 255 or 37.13% from 334); Blue value is 157 (61.72% from 255 or 47.01% from 334); Max value from RGB is 157 - color contains mainly: blue. Hex color #357C9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357C9D is #CA8362. Grayscale: #6A6A6A. Windows color (decimal): -13271907 or 10320949. OLE color: 10320949.
HSL color Cylindrical-coordinate representation of color #357C9D: hue angle of 199.04º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #357C9D is Cyan = 0.66, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 53 | 124 | 157 | - |
| CMYK | 0.66 | 0.21 | 0 | 0.38 |
| HSL | 199.04º | 0.5% | 0.41% | - |
| HSV(B) | 199.04º | 0.66% | 0.62% | - |
| XYZ | 14.76 | 17.61 | 34.52 | - |
| YUV | 106.53 | 156.48 | 89.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 124 | 157 | 0.66 | 0.21 | 0 | 0.38 | 199.04 | 0.5 | 0.41 |
| Hex | 35 | 7C | 9D | 42 | 15 | 0 | 26 | C7 | 32 | 29 |
| Octal | 65 | 174 | 235 | 102 | 25 | 0 | 46 | 307 | 62 | 51 |
| Binary | 110101 | 1111100 | 10011101 | 1000010 | 10101 | 0 | 100110 | 11000111 | 110010 | 101001 |
Color Harmonies of #357C9D
Complementary color
Monochromatic Colors of #357C9D
Black with #357C9D
Text Example
Text Example
White with #357C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357C9D; }
p { color: rgb(53,124,157); }
H1.HeaderClassName
{
color: #357C9D;
}
.AnyTagClassName
{
color: #357C9D;
}
</style>
background-color css
<style>
a { background-color: #357C9D; }
a { background-color: rgb(53,124,157); }
div.DivClassName
{
background-color: #357C9D;
}
.BgClassName
{
background-color: #357C9D;
}
</style>
border-color css
<style>
span { border-color: #357C9D; }
span { border-color: rgb(53,124,157); }
td.TdClassName
{
border-color: #357C9D;
}
.TagClassName
{
border-color: #357C9D;
}
</style>