Shades of Lochmara #356E9A
Tints of Lochmara #356E9A
RGB
CMYK
RGB Variations
Color information
#356E9A (or 0x356E9A) is known color: Lochmara. HEX triplet: 35, 6E and 9A. RGB value is (53,110,154). Sum of RGB (Red+Green+Blue) = 53+110+154=317 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.72% from 317); Green value is 110 (43.36% from 255 or 34.70% from 317); Blue value is 154 (60.55% from 255 or 48.58% from 317); Max value from RGB is 154 - color contains mainly: blue. Hex color #356E9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356E9A is #CA9165. Grayscale: #616161. Windows color (decimal): -13275494 or 10120757. OLE color: 10120757.
HSL color Cylindrical-coordinate representation of color #356E9A: hue angle of 206.14º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #356E9A is Cyan = 0.66, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 53 | 110 | 154 | - |
| CMYK | 0.66 | 0.29 | 0 | 0.40 |
| HSL | 206.14º | 0.49% | 0.41% | - |
| HSV(B) | 206.14º | 0.66% | 0.6% | - |
| XYZ | 12.88 | 14.24 | 32.64 | - |
| YUV | 97.97 | 159.62 | 95.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 110 | 154 | 0.66 | 0.29 | 0 | 0.40 | 206.14 | 0.49 | 0.41 |
| Hex | 35 | 6E | 9A | 42 | 1D | 0 | 28 | CE | 31 | 29 |
| Octal | 65 | 156 | 232 | 102 | 35 | 0 | 50 | 316 | 61 | 51 |
| Binary | 110101 | 1101110 | 10011010 | 1000010 | 11101 | 0 | 101000 | 11001110 | 110001 | 101001 |
Color Harmonies of #356E9A
Complementary color
Monochromatic Colors of #356E9A
Black with #356E9A
Text Example
Text Example
White with #356E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356E9A; }
p { color: rgb(53,110,154); }
H1.HeaderClassName
{
color: #356E9A;
}
.AnyTagClassName
{
color: #356E9A;
}
</style>
background-color css
<style>
a { background-color: #356E9A; }
a { background-color: rgb(53,110,154); }
div.DivClassName
{
background-color: #356E9A;
}
.BgClassName
{
background-color: #356E9A;
}
</style>
border-color css
<style>
span { border-color: #356E9A; }
span { border-color: rgb(53,110,154); }
td.TdClassName
{
border-color: #356E9A;
}
.TagClassName
{
border-color: #356E9A;
}
</style>