Shades of Lochmara #35749A
Tints of Lochmara #35749A
RGB
CMYK
RGB Variations
Color information
#35749A (or 0x35749A) is known color: Lochmara. HEX triplet: 35, 74 and 9A. RGB value is (53,116,154). Sum of RGB (Red+Green+Blue) = 53+116+154=323 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.41% from 323); Green value is 116 (45.70% from 255 or 35.91% from 323); Blue value is 154 (60.55% from 255 or 47.68% from 323); Max value from RGB is 154 - color contains mainly: blue. Hex color #35749A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35749A is #CA8B65. Grayscale: #656565. Windows color (decimal): -13273958 or 10122293. OLE color: 10122293.
HSL color Cylindrical-coordinate representation of color #35749A: hue angle of 202.57º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #35749A is Cyan = 0.66, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 53 | 116 | 154 | - |
| CMYK | 0.66 | 0.25 | 0 | 0.40 |
| HSL | 202.57º | 0.49% | 0.41% | - |
| HSV(B) | 202.57º | 0.66% | 0.6% | - |
| XYZ | 13.55 | 15.58 | 32.87 | - |
| YUV | 101.5 | 157.63 | 93.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 116 | 154 | 0.66 | 0.25 | 0 | 0.40 | 202.57 | 0.49 | 0.41 |
| Hex | 35 | 74 | 9A | 42 | 19 | 0 | 28 | CB | 31 | 29 |
| Octal | 65 | 164 | 232 | 102 | 31 | 0 | 50 | 313 | 61 | 51 |
| Binary | 110101 | 1110100 | 10011010 | 1000010 | 11001 | 0 | 101000 | 11001011 | 110001 | 101001 |
Color Harmonies of #35749A
Complementary color
Monochromatic Colors of #35749A
Black with #35749A
Text Example
Text Example
White with #35749A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35749A; }
p { color: rgb(53,116,154); }
H1.HeaderClassName
{
color: #35749A;
}
.AnyTagClassName
{
color: #35749A;
}
</style>
background-color css
<style>
a { background-color: #35749A; }
a { background-color: rgb(53,116,154); }
div.DivClassName
{
background-color: #35749A;
}
.BgClassName
{
background-color: #35749A;
}
</style>
border-color css
<style>
span { border-color: #35749A; }
span { border-color: rgb(53,116,154); }
td.TdClassName
{
border-color: #35749A;
}
.TagClassName
{
border-color: #35749A;
}
</style>