Shades of Lochmara #35679D
Tints of Lochmara #35679D
RGB
CMYK
RGB Variations
Color information
#35679D (or 0x35679D) is known color: Lochmara. HEX triplet: 35, 67 and 9D. RGB value is (53,103,157). Sum of RGB (Red+Green+Blue) = 53+103+157=313 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.93% from 313); Green value is 103 (40.62% from 255 or 32.91% from 313); Blue value is 157 (61.72% from 255 or 50.16% from 313); Max value from RGB is 157 - color contains mainly: blue. Hex color #35679D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35679D is #CA9862. Grayscale: #5D5D5D. Windows color (decimal): -13277283 or 10315573. OLE color: 10315573.
HSL color Cylindrical-coordinate representation of color #35679D: hue angle of 211.15º 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 #35679D is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 53 | 103 | 157 | - |
| CMYK | 0.66 | 0.34 | 0 | 0.38 |
| HSL | 211.15º | 0.5% | 0.41% | - |
| HSV(B) | 211.15º | 0.66% | 0.62% | - |
| XYZ | 12.4 | 12.89 | 33.73 | - |
| YUV | 94.21 | 163.44 | 98.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 103 | 157 | 0.66 | 0.34 | 0 | 0.38 | 211.15 | 0.5 | 0.41 |
| Hex | 35 | 67 | 9D | 42 | 22 | 0 | 26 | D3 | 32 | 29 |
| Octal | 65 | 147 | 235 | 102 | 42 | 0 | 46 | 323 | 62 | 51 |
| Binary | 110101 | 1100111 | 10011101 | 1000010 | 100010 | 0 | 100110 | 11010011 | 110010 | 101001 |
Color Harmonies of #35679D
Complementary color
Monochromatic Colors of #35679D
Black with #35679D
Text Example
Text Example
White with #35679D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35679D; }
p { color: rgb(53,103,157); }
H1.HeaderClassName
{
color: #35679D;
}
.AnyTagClassName
{
color: #35679D;
}
</style>
background-color css
<style>
a { background-color: #35679D; }
a { background-color: rgb(53,103,157); }
div.DivClassName
{
background-color: #35679D;
}
.BgClassName
{
background-color: #35679D;
}
</style>
border-color css
<style>
span { border-color: #35679D; }
span { border-color: rgb(53,103,157); }
td.TdClassName
{
border-color: #35679D;
}
.TagClassName
{
border-color: #35679D;
}
</style>