Shades of Lochmara #357FA6
Tints of Lochmara #357FA6
RGB
CMYK
RGB Variations
Color information
#357FA6 (or 0x357FA6) is known color: Lochmara. HEX triplet: 35, 7F and A6. RGB value is (53,127,166). Sum of RGB (Red+Green+Blue) = 53+127+166=346 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.32% from 346); Green value is 127 (50% from 255 or 36.71% from 346); Blue value is 166 (65.23% from 255 or 47.98% from 346); Max value from RGB is 166 - color contains mainly: blue. Hex color #357FA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357FA6 is #CA8059. Grayscale: #6D6D6D. Windows color (decimal): -13271130 or 10911541. OLE color: 10911541.
HSL color Cylindrical-coordinate representation of color #357FA6: hue angle of 200.71º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #357FA6 is Cyan = 0.68, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 53 | 127 | 166 | - |
| CMYK | 0.68 | 0.23 | 0 | 0.35 |
| HSL | 200.71º | 0.52% | 0.43% | - |
| HSV(B) | 200.71º | 0.68% | 0.65% | - |
| XYZ | 15.94 | 18.69 | 38.84 | - |
| YUV | 109.32 | 159.98 | 87.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 127 | 166 | 0.68 | 0.23 | 0 | 0.35 | 200.71 | 0.52 | 0.43 |
| Hex | 35 | 7F | A6 | 44 | 17 | 0 | 23 | C9 | 34 | 2B |
| Octal | 65 | 177 | 246 | 104 | 27 | 0 | 43 | 311 | 64 | 53 |
| Binary | 110101 | 1111111 | 10100110 | 1000100 | 10111 | 0 | 100011 | 11001001 | 110100 | 101011 |
Color Harmonies of #357FA6
Complementary color
Monochromatic Colors of #357FA6
Black with #357FA6
Text Example
Text Example
White with #357FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357FA6; }
p { color: rgb(53,127,166); }
H1.HeaderClassName
{
color: #357FA6;
}
.AnyTagClassName
{
color: #357FA6;
}
</style>
background-color css
<style>
a { background-color: #357FA6; }
a { background-color: rgb(53,127,166); }
div.DivClassName
{
background-color: #357FA6;
}
.BgClassName
{
background-color: #357FA6;
}
</style>
border-color css
<style>
span { border-color: #357FA6; }
span { border-color: rgb(53,127,166); }
td.TdClassName
{
border-color: #357FA6;
}
.TagClassName
{
border-color: #357FA6;
}
</style>