Shades of Lochmara #357BA9
Tints of Lochmara #357BA9
RGB
CMYK
RGB Variations
Color information
#357BA9 (or 0x357BA9) is known color: Lochmara. HEX triplet: 35, 7B and A9. RGB value is (53,123,169). Sum of RGB (Red+Green+Blue) = 53+123+169=345 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.36% from 345); Green value is 123 (48.44% from 255 or 35.65% from 345); Blue value is 169 (66.41% from 255 or 48.99% from 345); Max value from RGB is 169 - color contains mainly: blue. Hex color #357BA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357BA9 is #CA8456. Grayscale: #6B6B6B. Windows color (decimal): -13272151 or 11107125. OLE color: 11107125.
HSL color Cylindrical-coordinate representation of color #357BA9: hue angle of 203.79º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #357BA9 is Cyan = 0.69, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 53 | 123 | 169 | - |
| CMYK | 0.69 | 0.27 | 0 | 0.34 |
| HSL | 203.79º | 0.52% | 0.44% | - |
| HSV(B) | 203.79º | 0.69% | 0.66% | - |
| XYZ | 15.71 | 17.79 | 40.14 | - |
| YUV | 107.31 | 162.81 | 89.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 123 | 169 | 0.69 | 0.27 | 0 | 0.34 | 203.79 | 0.52 | 0.44 |
| Hex | 35 | 7B | A9 | 45 | 1B | 0 | 22 | CC | 34 | 2C |
| Octal | 65 | 173 | 251 | 105 | 33 | 0 | 42 | 314 | 64 | 54 |
| Binary | 110101 | 1111011 | 10101001 | 1000101 | 11011 | 0 | 100010 | 11001100 | 110100 | 101100 |
Color Harmonies of #357BA9
Complementary color
Monochromatic Colors of #357BA9
Black with #357BA9
Text Example
Text Example
White with #357BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357BA9; }
p { color: rgb(53,123,169); }
H1.HeaderClassName
{
color: #357BA9;
}
.AnyTagClassName
{
color: #357BA9;
}
</style>
background-color css
<style>
a { background-color: #357BA9; }
a { background-color: rgb(53,123,169); }
div.DivClassName
{
background-color: #357BA9;
}
.BgClassName
{
background-color: #357BA9;
}
</style>
border-color css
<style>
span { border-color: #357BA9; }
span { border-color: rgb(53,123,169); }
td.TdClassName
{
border-color: #357BA9;
}
.TagClassName
{
border-color: #357BA9;
}
</style>