Shades of Lochmara #35719D
Tints of Lochmara #35719D
RGB
CMYK
RGB Variations
Color information
#35719D (or 0x35719D) is known color: Lochmara. HEX triplet: 35, 71 and 9D. RGB value is (53,113,157). Sum of RGB (Red+Green+Blue) = 53+113+157=323 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.41% from 323); Green value is 113 (44.53% from 255 or 34.98% from 323); Blue value is 157 (61.72% from 255 or 48.61% from 323); Max value from RGB is 157 - color contains mainly: blue. Hex color #35719D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35719D is #CA8E62. Grayscale: #636363. Windows color (decimal): -13274723 or 10318133. OLE color: 10318133.
HSL color Cylindrical-coordinate representation of color #35719D: hue angle of 205.38º 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 #35719D is Cyan = 0.66, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 53 | 113 | 157 | - |
| CMYK | 0.66 | 0.28 | 0 | 0.38 |
| HSL | 205.38º | 0.5% | 0.41% | - |
| HSV(B) | 205.38º | 0.66% | 0.62% | - |
| XYZ | 13.46 | 15 | 34.08 | - |
| YUV | 100.08 | 160.12 | 94.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 113 | 157 | 0.66 | 0.28 | 0 | 0.38 | 205.38 | 0.5 | 0.41 |
| Hex | 35 | 71 | 9D | 42 | 1C | 0 | 26 | CD | 32 | 29 |
| Octal | 65 | 161 | 235 | 102 | 34 | 0 | 46 | 315 | 62 | 51 |
| Binary | 110101 | 1110001 | 10011101 | 1000010 | 11100 | 0 | 100110 | 11001101 | 110010 | 101001 |
Color Harmonies of #35719D
Complementary color
Monochromatic Colors of #35719D
Black with #35719D
Text Example
Text Example
White with #35719D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35719D; }
p { color: rgb(53,113,157); }
H1.HeaderClassName
{
color: #35719D;
}
.AnyTagClassName
{
color: #35719D;
}
</style>
background-color css
<style>
a { background-color: #35719D; }
a { background-color: rgb(53,113,157); }
div.DivClassName
{
background-color: #35719D;
}
.BgClassName
{
background-color: #35719D;
}
</style>
border-color css
<style>
span { border-color: #35719D; }
span { border-color: rgb(53,113,157); }
td.TdClassName
{
border-color: #35719D;
}
.TagClassName
{
border-color: #35719D;
}
</style>