Shades of Lochmara #357AA0
Tints of Lochmara #357AA0
RGB
CMYK
RGB Variations
Color information
#357AA0 (or 0x357AA0) is known color: Lochmara. HEX triplet: 35, 7A and A0. RGB value is (53,122,160). Sum of RGB (Red+Green+Blue) = 53+122+160=335 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.82% from 335); Green value is 122 (48.05% from 255 or 36.42% from 335); Blue value is 160 (62.89% from 255 or 47.76% from 335); Max value from RGB is 160 - color contains mainly: blue. Hex color #357AA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357AA0 is #CA855F. Grayscale: #696969. Windows color (decimal): -13272416 or 10517045. OLE color: 10517045.
HSL color Cylindrical-coordinate representation of color #357AA0: hue angle of 201.31º 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 #357AA0 is Cyan = 0.67, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 53 | 122 | 160 | - |
| CMYK | 0.67 | 0.24 | 0 | 0.37 |
| HSL | 201.31º | 0.5% | 0.42% | - |
| HSV(B) | 201.31º | 0.67% | 0.63% | - |
| XYZ | 14.77 | 17.21 | 35.8 | - |
| YUV | 105.7 | 158.64 | 90.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 122 | 160 | 0.67 | 0.24 | 0 | 0.37 | 201.31 | 0.5 | 0.42 |
| Hex | 35 | 7A | A0 | 43 | 18 | 0 | 25 | C9 | 32 | 2A |
| Octal | 65 | 172 | 240 | 103 | 30 | 0 | 45 | 311 | 62 | 52 |
| Binary | 110101 | 1111010 | 10100000 | 1000011 | 11000 | 0 | 100101 | 11001001 | 110010 | 101010 |
Color Harmonies of #357AA0
Complementary color
Monochromatic Colors of #357AA0
Black with #357AA0
Text Example
Text Example
White with #357AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357AA0; }
p { color: rgb(53,122,160); }
H1.HeaderClassName
{
color: #357AA0;
}
.AnyTagClassName
{
color: #357AA0;
}
</style>
background-color css
<style>
a { background-color: #357AA0; }
a { background-color: rgb(53,122,160); }
div.DivClassName
{
background-color: #357AA0;
}
.BgClassName
{
background-color: #357AA0;
}
</style>
border-color css
<style>
span { border-color: #357AA0; }
span { border-color: rgb(53,122,160); }
td.TdClassName
{
border-color: #357AA0;
}
.TagClassName
{
border-color: #357AA0;
}
</style>