Shades of Lochmara #35669C
Tints of Lochmara #35669C
RGB
CMYK
RGB Variations
Color information
#35669C (or 0x35669C) is known color: Lochmara. HEX triplet: 35, 66 and 9C. RGB value is (53,102,156). Sum of RGB (Red+Green+Blue) = 53+102+156=311 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.04% from 311); Green value is 102 (40.23% from 255 or 32.80% from 311); Blue value is 156 (61.33% from 255 or 50.16% from 311); Max value from RGB is 156 - color contains mainly: blue. Hex color #35669C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35669C is #CA9963. Grayscale: #5D5D5D. Windows color (decimal): -13277540 or 10249781. OLE color: 10249781.
HSL color Cylindrical-coordinate representation of color #35669C: hue angle of 211.46º 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 #35669C is Cyan = 0.66, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 53 | 102 | 156 | - |
| CMYK | 0.66 | 0.35 | 0 | 0.39 |
| HSL | 211.46º | 0.49% | 0.41% | - |
| HSV(B) | 211.46º | 0.66% | 0.61% | - |
| XYZ | 12.22 | 12.66 | 33.25 | - |
| YUV | 93.51 | 163.27 | 99.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 102 | 156 | 0.66 | 0.35 | 0 | 0.39 | 211.46 | 0.49 | 0.41 |
| Hex | 35 | 66 | 9C | 42 | 23 | 0 | 27 | D3 | 31 | 29 |
| Octal | 65 | 146 | 234 | 102 | 43 | 0 | 47 | 323 | 61 | 51 |
| Binary | 110101 | 1100110 | 10011100 | 1000010 | 100011 | 0 | 100111 | 11010011 | 110001 | 101001 |
Color Harmonies of #35669C
Complementary color
Monochromatic Colors of #35669C
Black with #35669C
Text Example
Text Example
White with #35669C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35669C; }
p { color: rgb(53,102,156); }
H1.HeaderClassName
{
color: #35669C;
}
.AnyTagClassName
{
color: #35669C;
}
</style>
background-color css
<style>
a { background-color: #35669C; }
a { background-color: rgb(53,102,156); }
div.DivClassName
{
background-color: #35669C;
}
.BgClassName
{
background-color: #35669C;
}
</style>
border-color css
<style>
span { border-color: #35669C; }
span { border-color: rgb(53,102,156); }
td.TdClassName
{
border-color: #35669C;
}
.TagClassName
{
border-color: #35669C;
}
</style>