Shades of Lochmara #357A9C
Tints of Lochmara #357A9C
RGB
CMYK
RGB Variations
Color information
#357A9C (or 0x357A9C) is known color: Lochmara. HEX triplet: 35, 7A and 9C. RGB value is (53,122,156). Sum of RGB (Red+Green+Blue) = 53+122+156=331 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.01% from 331); Green value is 122 (48.05% from 255 or 36.86% from 331); Blue value is 156 (61.33% from 255 or 47.13% from 331); Max value from RGB is 156 - color contains mainly: blue. Hex color #357A9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357A9C is #CA8563. Grayscale: #696969. Windows color (decimal): -13272420 or 10254901. OLE color: 10254901.
HSL color Cylindrical-coordinate representation of color #357A9C: hue angle of 199.81º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #357A9C is Cyan = 0.66, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 53 | 122 | 156 | - |
| CMYK | 0.66 | 0.22 | 0 | 0.39 |
| HSL | 199.81º | 0.49% | 0.41% | - |
| HSV(B) | 199.81º | 0.66% | 0.61% | - |
| XYZ | 14.43 | 17.08 | 33.99 | - |
| YUV | 105.25 | 156.64 | 90.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 122 | 156 | 0.66 | 0.22 | 0 | 0.39 | 199.81 | 0.49 | 0.41 |
| Hex | 35 | 7A | 9C | 42 | 16 | 0 | 27 | C8 | 31 | 29 |
| Octal | 65 | 172 | 234 | 102 | 26 | 0 | 47 | 310 | 61 | 51 |
| Binary | 110101 | 1111010 | 10011100 | 1000010 | 10110 | 0 | 100111 | 11001000 | 110001 | 101001 |
Color Harmonies of #357A9C
Complementary color
Monochromatic Colors of #357A9C
Black with #357A9C
Text Example
Text Example
White with #357A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357A9C; }
p { color: rgb(53,122,156); }
H1.HeaderClassName
{
color: #357A9C;
}
.AnyTagClassName
{
color: #357A9C;
}
</style>
background-color css
<style>
a { background-color: #357A9C; }
a { background-color: rgb(53,122,156); }
div.DivClassName
{
background-color: #357A9C;
}
.BgClassName
{
background-color: #357A9C;
}
</style>
border-color css
<style>
span { border-color: #357A9C; }
span { border-color: rgb(53,122,156); }
td.TdClassName
{
border-color: #357A9C;
}
.TagClassName
{
border-color: #357A9C;
}
</style>