Shades of Lochmara #35679E
Tints of Lochmara #35679E
RGB
CMYK
RGB Variations
Color information
#35679E (or 0x35679E) is known color: Lochmara. HEX triplet: 35, 67 and 9E. RGB value is (53,103,158). Sum of RGB (Red+Green+Blue) = 53+103+158=314 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.88% from 314); Green value is 103 (40.62% from 255 or 32.80% from 314); Blue value is 158 (62.11% from 255 or 50.32% from 314); Max value from RGB is 158 - color contains mainly: blue. Hex color #35679E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35679E is #CA9861. Grayscale: #5E5E5E. Windows color (decimal): -13277282 or 10381109. OLE color: 10381109.
HSL color Cylindrical-coordinate representation of color #35679E: hue angle of 211.43º 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 #35679E is Cyan = 0.66, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 53 | 103 | 158 | - |
| CMYK | 0.66 | 0.35 | 0 | 0.38 |
| HSL | 211.43º | 0.5% | 0.41% | - |
| HSV(B) | 211.43º | 0.66% | 0.62% | - |
| XYZ | 12.49 | 12.93 | 34.18 | - |
| YUV | 94.32 | 163.94 | 98.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 103 | 158 | 0.66 | 0.35 | 0 | 0.38 | 211.43 | 0.5 | 0.41 |
| Hex | 35 | 67 | 9E | 42 | 23 | 0 | 26 | D3 | 32 | 29 |
| Octal | 65 | 147 | 236 | 102 | 43 | 0 | 46 | 323 | 62 | 51 |
| Binary | 110101 | 1100111 | 10011110 | 1000010 | 100011 | 0 | 100110 | 11010011 | 110010 | 101001 |
Color Harmonies of #35679E
Complementary color
Monochromatic Colors of #35679E
Black with #35679E
Text Example
Text Example
White with #35679E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35679E; }
p { color: rgb(53,103,158); }
H1.HeaderClassName
{
color: #35679E;
}
.AnyTagClassName
{
color: #35679E;
}
</style>
background-color css
<style>
a { background-color: #35679E; }
a { background-color: rgb(53,103,158); }
div.DivClassName
{
background-color: #35679E;
}
.BgClassName
{
background-color: #35679E;
}
</style>
border-color css
<style>
span { border-color: #35679E; }
span { border-color: rgb(53,103,158); }
td.TdClassName
{
border-color: #35679E;
}
.TagClassName
{
border-color: #35679E;
}
</style>