Shades of Lochmara #356998
Tints of Lochmara #356998
RGB
CMYK
RGB Variations
Color information
#356998 (or 0x356998) is known color: Lochmara. HEX triplet: 35, 69 and 98. RGB value is (53,105,152). Sum of RGB (Red+Green+Blue) = 53+105+152=310 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.10% from 310); Green value is 105 (41.41% from 255 or 33.87% from 310); Blue value is 152 (59.77% from 255 or 49.03% from 310); Max value from RGB is 152 - color contains mainly: blue. Hex color #356998 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356998 is #CA9667. Grayscale: #5E5E5E. Windows color (decimal): -13276776 or 9988405. OLE color: 9988405.
HSL color Cylindrical-coordinate representation of color #356998: hue angle of 208.48º degrees, saturation: 0.48, 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 #356998 is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 53 | 105 | 152 | - |
| CMYK | 0.65 | 0.31 | 0 | 0.40 |
| HSL | 208.48º | 0.48% | 0.4% | - |
| HSV(B) | 208.48º | 0.65% | 0.6% | - |
| XYZ | 12.19 | 13.13 | 31.6 | - |
| YUV | 94.81 | 160.27 | 98.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 105 | 152 | 0.65 | 0.31 | 0 | 0.40 | 208.48 | 0.48 | 0.4 |
| Hex | 35 | 69 | 98 | 41 | 1F | 0 | 28 | D0 | 30 | 28 |
| Octal | 65 | 151 | 230 | 101 | 37 | 0 | 50 | 320 | 60 | 50 |
| Binary | 110101 | 1101001 | 10011000 | 1000001 | 11111 | 0 | 101000 | 11010000 | 110000 | 101000 |
Color Harmonies of #356998
Complementary color
Monochromatic Colors of #356998
Black with #356998
Text Example
Text Example
White with #356998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356998; }
p { color: rgb(53,105,152); }
H1.HeaderClassName
{
color: #356998;
}
.AnyTagClassName
{
color: #356998;
}
</style>
background-color css
<style>
a { background-color: #356998; }
a { background-color: rgb(53,105,152); }
div.DivClassName
{
background-color: #356998;
}
.BgClassName
{
background-color: #356998;
}
</style>
border-color css
<style>
span { border-color: #356998; }
span { border-color: rgb(53,105,152); }
td.TdClassName
{
border-color: #356998;
}
.TagClassName
{
border-color: #356998;
}
</style>