Shades of Lochmara #356F9D
Tints of Lochmara #356F9D
RGB
CMYK
RGB Variations
Color information
#356F9D (or 0x356F9D) is known color: Lochmara. HEX triplet: 35, 6F and 9D. RGB value is (53,111,157). Sum of RGB (Red+Green+Blue) = 53+111+157=321 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.51% from 321); Green value is 111 (43.75% from 255 or 34.58% from 321); Blue value is 157 (61.72% from 255 or 48.91% from 321); Max value from RGB is 157 - color contains mainly: blue. Hex color #356F9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356F9D is #CA9062. Grayscale: #626262. Windows color (decimal): -13275235 or 10317621. OLE color: 10317621.
HSL color Cylindrical-coordinate representation of color #356F9D: hue angle of 206.54º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #356F9D is Cyan = 0.66, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 53 | 111 | 157 | - |
| CMYK | 0.66 | 0.29 | 0 | 0.38 |
| HSL | 206.54º | 0.5% | 0.41% | - |
| HSV(B) | 206.54º | 0.66% | 0.62% | - |
| XYZ | 13.24 | 14.56 | 34.01 | - |
| YUV | 98.9 | 160.78 | 95.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 111 | 157 | 0.66 | 0.29 | 0 | 0.38 | 206.54 | 0.5 | 0.41 |
| Hex | 35 | 6F | 9D | 42 | 1D | 0 | 26 | CF | 32 | 29 |
| Octal | 65 | 157 | 235 | 102 | 35 | 0 | 46 | 317 | 62 | 51 |
| Binary | 110101 | 1101111 | 10011101 | 1000010 | 11101 | 0 | 100110 | 11001111 | 110010 | 101001 |
Color Harmonies of #356F9D
Complementary color
Monochromatic Colors of #356F9D
Black with #356F9D
Text Example
Text Example
White with #356F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356F9D; }
p { color: rgb(53,111,157); }
H1.HeaderClassName
{
color: #356F9D;
}
.AnyTagClassName
{
color: #356F9D;
}
</style>
background-color css
<style>
a { background-color: #356F9D; }
a { background-color: rgb(53,111,157); }
div.DivClassName
{
background-color: #356F9D;
}
.BgClassName
{
background-color: #356F9D;
}
</style>
border-color css
<style>
span { border-color: #356F9D; }
span { border-color: rgb(53,111,157); }
td.TdClassName
{
border-color: #356F9D;
}
.TagClassName
{
border-color: #356F9D;
}
</style>