Shades of Lochmara #35799D
Tints of Lochmara #35799D
RGB
CMYK
RGB Variations
Color information
#35799D (or 0x35799D) is known color: Lochmara. HEX triplet: 35, 79 and 9D. RGB value is (53,121,157). Sum of RGB (Red+Green+Blue) = 53+121+157=331 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.01% from 331); Green value is 121 (47.66% from 255 or 36.56% from 331); Blue value is 157 (61.72% from 255 or 47.43% from 331); Max value from RGB is 157 - color contains mainly: blue. Hex color #35799D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35799D is #CA8662. Grayscale: #686868. Windows color (decimal): -13272675 or 10320181. OLE color: 10320181.
HSL color Cylindrical-coordinate representation of color #35799D: hue angle of 200.77º 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 #35799D is Cyan = 0.66, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 53 | 121 | 157 | - |
| CMYK | 0.66 | 0.23 | 0 | 0.38 |
| HSL | 200.77º | 0.5% | 0.41% | - |
| HSV(B) | 200.77º | 0.66% | 0.62% | - |
| XYZ | 14.39 | 16.87 | 34.4 | - |
| YUV | 104.77 | 157.47 | 91.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 121 | 157 | 0.66 | 0.23 | 0 | 0.38 | 200.77 | 0.5 | 0.41 |
| Hex | 35 | 79 | 9D | 42 | 17 | 0 | 26 | C9 | 32 | 29 |
| Octal | 65 | 171 | 235 | 102 | 27 | 0 | 46 | 311 | 62 | 51 |
| Binary | 110101 | 1111001 | 10011101 | 1000010 | 10111 | 0 | 100110 | 11001001 | 110010 | 101001 |
Color Harmonies of #35799D
Complementary color
Monochromatic Colors of #35799D
Black with #35799D
Text Example
Text Example
White with #35799D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35799D; }
p { color: rgb(53,121,157); }
H1.HeaderClassName
{
color: #35799D;
}
.AnyTagClassName
{
color: #35799D;
}
</style>
background-color css
<style>
a { background-color: #35799D; }
a { background-color: rgb(53,121,157); }
div.DivClassName
{
background-color: #35799D;
}
.BgClassName
{
background-color: #35799D;
}
</style>
border-color css
<style>
span { border-color: #35799D; }
span { border-color: rgb(53,121,157); }
td.TdClassName
{
border-color: #35799D;
}
.TagClassName
{
border-color: #35799D;
}
</style>