Shades of Lochmara #356793
Tints of Lochmara #356793
RGB
CMYK
RGB Variations
Color information
#356793 (or 0x356793) is known color: Lochmara. HEX triplet: 35, 67 and 93. RGB value is (53,103,147). Sum of RGB (Red+Green+Blue) = 53+103+147=303 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.49% from 303); Green value is 103 (40.62% from 255 or 33.99% from 303); Blue value is 147 (57.81% from 255 or 48.51% from 303); Max value from RGB is 147 - color contains mainly: blue. Hex color #356793 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356793 is #CA986C. Grayscale: #5C5C5C. Windows color (decimal): -13277293 or 9660213. OLE color: 9660213.
HSL color Cylindrical-coordinate representation of color #356793: hue angle of 208.09º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #356793 is Cyan = 0.64, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 53 | 103 | 147 | - |
| CMYK | 0.64 | 0.30 | 0 | 0.42 |
| HSL | 208.09º | 0.47% | 0.39% | - |
| HSV(B) | 208.09º | 0.64% | 0.58% | - |
| XYZ | 11.58 | 12.56 | 29.42 | - |
| YUV | 93.07 | 158.44 | 99.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 103 | 147 | 0.64 | 0.30 | 0 | 0.42 | 208.09 | 0.47 | 0.39 |
| Hex | 35 | 67 | 93 | 40 | 1E | 0 | 2A | D0 | 2F | 27 |
| Octal | 65 | 147 | 223 | 100 | 36 | 0 | 52 | 320 | 57 | 47 |
| Binary | 110101 | 1100111 | 10010011 | 1000000 | 11110 | 0 | 101010 | 11010000 | 101111 | 100111 |
Color Harmonies of #356793
Complementary color
Monochromatic Colors of #356793
Black with #356793
Text Example
Text Example
White with #356793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356793; }
p { color: rgb(53,103,147); }
H1.HeaderClassName
{
color: #356793;
}
.AnyTagClassName
{
color: #356793;
}
</style>
background-color css
<style>
a { background-color: #356793; }
a { background-color: rgb(53,103,147); }
div.DivClassName
{
background-color: #356793;
}
.BgClassName
{
background-color: #356793;
}
</style>
border-color css
<style>
span { border-color: #356793; }
span { border-color: rgb(53,103,147); }
td.TdClassName
{
border-color: #356793;
}
.TagClassName
{
border-color: #356793;
}
</style>