Shades of Lochmara #35649E
Tints of Lochmara #35649E
RGB
CMYK
RGB Variations
Color information
#35649E (or 0x35649E) is known color: Lochmara. HEX triplet: 35, 64 and 9E. RGB value is (53,100,158). Sum of RGB (Red+Green+Blue) = 53+100+158=311 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.04% from 311); Green value is 100 (39.45% from 255 or 32.15% from 311); Blue value is 158 (62.11% from 255 or 50.80% from 311); Max value from RGB is 158 - color contains mainly: blue. Hex color #35649E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35649E is #CA9B61. Grayscale: #5C5C5C. Windows color (decimal): -13278050 or 10380341. OLE color: 10380341.
HSL color Cylindrical-coordinate representation of color #35649E: hue angle of 213.14º 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 #35649E is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 53 | 100 | 158 | - |
| CMYK | 0.66 | 0.37 | 0 | 0.38 |
| HSL | 213.14º | 0.5% | 0.41% | - |
| HSV(B) | 213.14º | 0.66% | 0.62% | - |
| XYZ | 12.2 | 12.34 | 34.09 | - |
| YUV | 92.56 | 164.93 | 99.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 100 | 158 | 0.66 | 0.37 | 0 | 0.38 | 213.14 | 0.5 | 0.41 |
| Hex | 35 | 64 | 9E | 42 | 25 | 0 | 26 | D5 | 32 | 29 |
| Octal | 65 | 144 | 236 | 102 | 45 | 0 | 46 | 325 | 62 | 51 |
| Binary | 110101 | 1100100 | 10011110 | 1000010 | 100101 | 0 | 100110 | 11010101 | 110010 | 101001 |
Color Harmonies of #35649E
Complementary color
Monochromatic Colors of #35649E
Black with #35649E
Text Example
Text Example
White with #35649E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35649E; }
p { color: rgb(53,100,158); }
H1.HeaderClassName
{
color: #35649E;
}
.AnyTagClassName
{
color: #35649E;
}
</style>
background-color css
<style>
a { background-color: #35649E; }
a { background-color: rgb(53,100,158); }
div.DivClassName
{
background-color: #35649E;
}
.BgClassName
{
background-color: #35649E;
}
</style>
border-color css
<style>
span { border-color: #35649E; }
span { border-color: rgb(53,100,158); }
td.TdClassName
{
border-color: #35649E;
}
.TagClassName
{
border-color: #35649E;
}
</style>