Shades of Lochmara #357999
Tints of Lochmara #357999
RGB
CMYK
RGB Variations
Color information
#357999 (or 0x357999) is known color: Lochmara. HEX triplet: 35, 79 and 99. RGB value is (53,121,153). Sum of RGB (Red+Green+Blue) = 53+121+153=327 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.21% from 327); Green value is 121 (47.66% from 255 or 37.00% from 327); Blue value is 153 (60.16% from 255 or 46.79% from 327); Max value from RGB is 153 - color contains mainly: blue. Hex color #357999 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357999 is #CA8666. Grayscale: #686868. Windows color (decimal): -13272679 or 10058037. OLE color: 10058037.
HSL color Cylindrical-coordinate representation of color #357999: hue angle of 199.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 #357999 is Cyan = 0.65, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 53 | 121 | 153 | - |
| CMYK | 0.65 | 0.21 | 0 | 0.4 |
| HSL | 199.2º | 0.49% | 0.4% | - |
| HSV(B) | 199.2º | 0.65% | 0.6% | - |
| XYZ | 14.06 | 16.73 | 32.63 | - |
| YUV | 104.32 | 155.47 | 91.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 121 | 153 | 0.65 | 0.21 | 0 | 0.4 | 199.2 | 0.49 | 0.4 |
| Hex | 35 | 79 | 99 | 41 | 15 | 0 | 28 | C7 | 31 | 28 |
| Octal | 65 | 171 | 231 | 101 | 25 | 0 | 50 | 307 | 61 | 50 |
| Binary | 110101 | 1111001 | 10011001 | 1000001 | 10101 | 0 | 101000 | 11000111 | 110001 | 101000 |
Color Harmonies of #357999
Complementary color
Monochromatic Colors of #357999
Black with #357999
Text Example
Text Example
White with #357999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357999; }
p { color: rgb(53,121,153); }
H1.HeaderClassName
{
color: #357999;
}
.AnyTagClassName
{
color: #357999;
}
</style>
background-color css
<style>
a { background-color: #357999; }
a { background-color: rgb(53,121,153); }
div.DivClassName
{
background-color: #357999;
}
.BgClassName
{
background-color: #357999;
}
</style>
border-color css
<style>
span { border-color: #357999; }
span { border-color: rgb(53,121,153); }
td.TdClassName
{
border-color: #357999;
}
.TagClassName
{
border-color: #357999;
}
</style>