Shades of Lochmara #357A9B
Tints of Lochmara #357A9B
RGB
CMYK
RGB Variations
Color information
#357A9B (or 0x357A9B) is known color: Lochmara. HEX triplet: 35, 7A and 9B. RGB value is (53,122,155). Sum of RGB (Red+Green+Blue) = 53+122+155=330 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.06% from 330); Green value is 122 (48.05% from 255 or 36.97% from 330); Blue value is 155 (60.94% from 255 or 46.97% from 330); Max value from RGB is 155 - color contains mainly: blue. Hex color #357A9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357A9B is #CA8564. Grayscale: #686868. Windows color (decimal): -13272421 or 10189365. OLE color: 10189365.
HSL color Cylindrical-coordinate representation of color #357A9B: hue angle of 199.41º 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 #357A9B is Cyan = 0.66, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 53 | 122 | 155 | - |
| CMYK | 0.66 | 0.21 | 0 | 0.39 |
| HSL | 199.41º | 0.49% | 0.41% | - |
| HSV(B) | 199.41º | 0.66% | 0.61% | - |
| XYZ | 14.34 | 17.04 | 33.54 | - |
| YUV | 105.13 | 156.14 | 90.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 122 | 155 | 0.66 | 0.21 | 0 | 0.39 | 199.41 | 0.49 | 0.41 |
| Hex | 35 | 7A | 9B | 42 | 15 | 0 | 27 | C7 | 31 | 29 |
| Octal | 65 | 172 | 233 | 102 | 25 | 0 | 47 | 307 | 61 | 51 |
| Binary | 110101 | 1111010 | 10011011 | 1000010 | 10101 | 0 | 100111 | 11000111 | 110001 | 101001 |
Color Harmonies of #357A9B
Complementary color
Monochromatic Colors of #357A9B
Black with #357A9B
Text Example
Text Example
White with #357A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357A9B; }
p { color: rgb(53,122,155); }
H1.HeaderClassName
{
color: #357A9B;
}
.AnyTagClassName
{
color: #357A9B;
}
</style>
background-color css
<style>
a { background-color: #357A9B; }
a { background-color: rgb(53,122,155); }
div.DivClassName
{
background-color: #357A9B;
}
.BgClassName
{
background-color: #357A9B;
}
</style>
border-color css
<style>
span { border-color: #357A9B; }
span { border-color: rgb(53,122,155); }
td.TdClassName
{
border-color: #357A9B;
}
.TagClassName
{
border-color: #357A9B;
}
</style>