Shades of Lochmara #357DA0
Tints of Lochmara #357DA0
RGB
CMYK
RGB Variations
Color information
#357DA0 (or 0x357DA0) is known color: Lochmara. HEX triplet: 35, 7D and A0. RGB value is (53,125,160). Sum of RGB (Red+Green+Blue) = 53+125+160=338 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.68% from 338); Green value is 125 (49.22% from 255 or 36.98% from 338); Blue value is 160 (62.89% from 255 or 47.34% from 338); Max value from RGB is 160 - color contains mainly: blue. Hex color #357DA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357DA0 is #CA825F. Grayscale: #6B6B6B. Windows color (decimal): -13271648 or 10517813. OLE color: 10517813.
HSL color Cylindrical-coordinate representation of color #357DA0: hue angle of 199.63º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #357DA0 is Cyan = 0.67, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 53 | 125 | 160 | - |
| CMYK | 0.67 | 0.22 | 0 | 0.37 |
| HSL | 199.63º | 0.5% | 0.42% | - |
| HSV(B) | 199.63º | 0.67% | 0.63% | - |
| XYZ | 15.15 | 17.96 | 35.93 | - |
| YUV | 107.46 | 157.65 | 89.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 125 | 160 | 0.67 | 0.22 | 0 | 0.37 | 199.63 | 0.5 | 0.42 |
| Hex | 35 | 7D | A0 | 43 | 16 | 0 | 25 | C8 | 32 | 2A |
| Octal | 65 | 175 | 240 | 103 | 26 | 0 | 45 | 310 | 62 | 52 |
| Binary | 110101 | 1111101 | 10100000 | 1000011 | 10110 | 0 | 100101 | 11001000 | 110010 | 101010 |
Color Harmonies of #357DA0
Complementary color
Monochromatic Colors of #357DA0
Black with #357DA0
Text Example
Text Example
White with #357DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357DA0; }
p { color: rgb(53,125,160); }
H1.HeaderClassName
{
color: #357DA0;
}
.AnyTagClassName
{
color: #357DA0;
}
</style>
background-color css
<style>
a { background-color: #357DA0; }
a { background-color: rgb(53,125,160); }
div.DivClassName
{
background-color: #357DA0;
}
.BgClassName
{
background-color: #357DA0;
}
</style>
border-color css
<style>
span { border-color: #357DA0; }
span { border-color: rgb(53,125,160); }
td.TdClassName
{
border-color: #357DA0;
}
.TagClassName
{
border-color: #357DA0;
}
</style>