Shades of Lochmara #35689B
Tints of Lochmara #35689B
RGB
CMYK
RGB Variations
Color information
#35689B (or 0x35689B) is known color: Lochmara. HEX triplet: 35, 68 and 9B. RGB value is (53,104,155). Sum of RGB (Red+Green+Blue) = 53+104+155=312 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.99% from 312); Green value is 104 (41.02% from 255 or 33.33% from 312); Blue value is 155 (60.94% from 255 or 49.68% from 312); Max value from RGB is 155 - color contains mainly: blue. Hex color #35689B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35689B is #CA9764. Grayscale: #5E5E5E. Windows color (decimal): -13277029 or 10184757. OLE color: 10184757.
HSL color Cylindrical-coordinate representation of color #35689B: hue angle of 210º 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 #35689B is Cyan = 0.66, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 53 | 104 | 155 | - |
| CMYK | 0.66 | 0.33 | 0 | 0.39 |
| HSL | 210º | 0.49% | 0.41% | - |
| HSV(B) | 210º | 0.66% | 0.61% | - |
| XYZ | 12.33 | 13.02 | 32.87 | - |
| YUV | 94.57 | 162.1 | 98.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 104 | 155 | 0.66 | 0.33 | 0 | 0.39 | 210 | 0.49 | 0.41 |
| Hex | 35 | 68 | 9B | 42 | 21 | 0 | 27 | D2 | 31 | 29 |
| Octal | 65 | 150 | 233 | 102 | 41 | 0 | 47 | 322 | 61 | 51 |
| Binary | 110101 | 1101000 | 10011011 | 1000010 | 100001 | 0 | 100111 | 11010010 | 110001 | 101001 |
Color Harmonies of #35689B
Complementary color
Monochromatic Colors of #35689B
Black with #35689B
Text Example
Text Example
White with #35689B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35689B; }
p { color: rgb(53,104,155); }
H1.HeaderClassName
{
color: #35689B;
}
.AnyTagClassName
{
color: #35689B;
}
</style>
background-color css
<style>
a { background-color: #35689B; }
a { background-color: rgb(53,104,155); }
div.DivClassName
{
background-color: #35689B;
}
.BgClassName
{
background-color: #35689B;
}
</style>
border-color css
<style>
span { border-color: #35689B; }
span { border-color: rgb(53,104,155); }
td.TdClassName
{
border-color: #35689B;
}
.TagClassName
{
border-color: #35689B;
}
</style>