Shades of Lochmara #356599
Tints of Lochmara #356599
RGB
CMYK
RGB Variations
Color information
#356599 (or 0x356599) is known color: Lochmara. HEX triplet: 35, 65 and 99. RGB value is (53,101,153). Sum of RGB (Red+Green+Blue) = 53+101+153=307 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.26% from 307); Green value is 101 (39.84% from 255 or 32.90% from 307); Blue value is 153 (60.16% from 255 or 49.84% from 307); Max value from RGB is 153 - color contains mainly: blue. Hex color #356599 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356599 is #CA9A66. Grayscale: #5C5C5C. Windows color (decimal): -13277799 or 10052917. OLE color: 10052917.
HSL color Cylindrical-coordinate representation of color #356599: hue angle of 211.2º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #356599 is Cyan = 0.65, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 53 | 101 | 153 | - |
| CMYK | 0.65 | 0.34 | 0 | 0.4 |
| HSL | 211.2º | 0.49% | 0.4% | - |
| HSV(B) | 211.2º | 0.65% | 0.6% | - |
| XYZ | 11.87 | 12.36 | 31.9 | - |
| YUV | 92.58 | 162.1 | 99.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 101 | 153 | 0.65 | 0.34 | 0 | 0.4 | 211.2 | 0.49 | 0.4 |
| Hex | 35 | 65 | 99 | 41 | 22 | 0 | 28 | D3 | 31 | 28 |
| Octal | 65 | 145 | 231 | 101 | 42 | 0 | 50 | 323 | 61 | 50 |
| Binary | 110101 | 1100101 | 10011001 | 1000001 | 100010 | 0 | 101000 | 11010011 | 110001 | 101000 |
Color Harmonies of #356599
Complementary color
Monochromatic Colors of #356599
Black with #356599
Text Example
Text Example
White with #356599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356599; }
p { color: rgb(53,101,153); }
H1.HeaderClassName
{
color: #356599;
}
.AnyTagClassName
{
color: #356599;
}
</style>
background-color css
<style>
a { background-color: #356599; }
a { background-color: rgb(53,101,153); }
div.DivClassName
{
background-color: #356599;
}
.BgClassName
{
background-color: #356599;
}
</style>
border-color css
<style>
span { border-color: #356599; }
span { border-color: rgb(53,101,153); }
td.TdClassName
{
border-color: #356599;
}
.TagClassName
{
border-color: #356599;
}
</style>