Shades of Lochmara #35699A
Tints of Lochmara #35699A
RGB
CMYK
RGB Variations
Color information
#35699A (or 0x35699A) is known color: Lochmara. HEX triplet: 35, 69 and 9A. RGB value is (53,105,154). Sum of RGB (Red+Green+Blue) = 53+105+154=312 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.99% from 312); Green value is 105 (41.41% from 255 or 33.65% from 312); Blue value is 154 (60.55% from 255 or 49.36% from 312); Max value from RGB is 154 - color contains mainly: blue. Hex color #35699A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35699A is #CA9665. Grayscale: #5E5E5E. Windows color (decimal): -13276774 or 10119477. OLE color: 10119477.
HSL color Cylindrical-coordinate representation of color #35699A: hue angle of 209.11º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #35699A is Cyan = 0.66, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 53 | 105 | 154 | - |
| CMYK | 0.66 | 0.32 | 0 | 0.40 |
| HSL | 209.11º | 0.49% | 0.41% | - |
| HSV(B) | 209.11º | 0.66% | 0.6% | - |
| XYZ | 12.35 | 13.19 | 32.47 | - |
| YUV | 95.04 | 161.27 | 98.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 105 | 154 | 0.66 | 0.32 | 0 | 0.40 | 209.11 | 0.49 | 0.41 |
| Hex | 35 | 69 | 9A | 42 | 20 | 0 | 28 | D1 | 31 | 29 |
| Octal | 65 | 151 | 232 | 102 | 40 | 0 | 50 | 321 | 61 | 51 |
| Binary | 110101 | 1101001 | 10011010 | 1000010 | 100000 | 0 | 101000 | 11010001 | 110001 | 101001 |
Color Harmonies of #35699A
Complementary color
Monochromatic Colors of #35699A
Black with #35699A
Text Example
Text Example
White with #35699A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35699A; }
p { color: rgb(53,105,154); }
H1.HeaderClassName
{
color: #35699A;
}
.AnyTagClassName
{
color: #35699A;
}
</style>
background-color css
<style>
a { background-color: #35699A; }
a { background-color: rgb(53,105,154); }
div.DivClassName
{
background-color: #35699A;
}
.BgClassName
{
background-color: #35699A;
}
</style>
border-color css
<style>
span { border-color: #35699A; }
span { border-color: rgb(53,105,154); }
td.TdClassName
{
border-color: #35699A;
}
.TagClassName
{
border-color: #35699A;
}
</style>