Shades of Lochmara #35689C
Tints of Lochmara #35689C
RGB
CMYK
RGB Variations
Color information
#35689C (or 0x35689C) is known color: Lochmara. HEX triplet: 35, 68 and 9C. RGB value is (53,104,156). Sum of RGB (Red+Green+Blue) = 53+104+156=313 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.93% from 313); Green value is 104 (41.02% from 255 or 33.23% from 313); Blue value is 156 (61.33% from 255 or 49.84% from 313); Max value from RGB is 156 - color contains mainly: blue. Hex color #35689C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35689C is #CA9763. Grayscale: #5E5E5E. Windows color (decimal): -13277028 or 10250293. OLE color: 10250293.
HSL color Cylindrical-coordinate representation of color #35689C: hue angle of 210.29º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #35689C is Cyan = 0.66, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 53 | 104 | 156 | - |
| CMYK | 0.66 | 0.33 | 0 | 0.39 |
| HSL | 210.29º | 0.49% | 0.41% | - |
| HSV(B) | 210.29º | 0.66% | 0.61% | - |
| XYZ | 12.42 | 13.06 | 33.32 | - |
| YUV | 94.68 | 162.6 | 98.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 104 | 156 | 0.66 | 0.33 | 0 | 0.39 | 210.29 | 0.49 | 0.41 |
| Hex | 35 | 68 | 9C | 42 | 21 | 0 | 27 | D2 | 31 | 29 |
| Octal | 65 | 150 | 234 | 102 | 41 | 0 | 47 | 322 | 61 | 51 |
| Binary | 110101 | 1101000 | 10011100 | 1000010 | 100001 | 0 | 100111 | 11010010 | 110001 | 101001 |
Color Harmonies of #35689C
Complementary color
Monochromatic Colors of #35689C
Black with #35689C
Text Example
Text Example
White with #35689C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35689C; }
p { color: rgb(53,104,156); }
H1.HeaderClassName
{
color: #35689C;
}
.AnyTagClassName
{
color: #35689C;
}
</style>
background-color css
<style>
a { background-color: #35689C; }
a { background-color: rgb(53,104,156); }
div.DivClassName
{
background-color: #35689C;
}
.BgClassName
{
background-color: #35689C;
}
</style>
border-color css
<style>
span { border-color: #35689C; }
span { border-color: rgb(53,104,156); }
td.TdClassName
{
border-color: #35689C;
}
.TagClassName
{
border-color: #35689C;
}
</style>