Shades of Lochmara #3577AB
Tints of Lochmara #3577AB
RGB
CMYK
RGB Variations
Color information
#3577AB (or 0x3577AB) is known color: Lochmara. HEX triplet: 35, 77 and AB. RGB value is (53,119,171). Sum of RGB (Red+Green+Blue) = 53+119+171=343 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.45% from 343); Green value is 119 (46.88% from 255 or 34.69% from 343); Blue value is 171 (67.19% from 255 or 49.85% from 343); Max value from RGB is 171 - color contains mainly: blue. Hex color #3577AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3577AB is #CA8854. Grayscale: #686868. Windows color (decimal): -13273173 or 11237173. OLE color: 11237173.
HSL color Cylindrical-coordinate representation of color #3577AB: hue angle of 206.44º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3577AB is Cyan = 0.69, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 53 | 119 | 171 | - |
| CMYK | 0.69 | 0.30 | 0 | 0.33 |
| HSL | 206.44º | 0.53% | 0.44% | - |
| HSV(B) | 206.44º | 0.69% | 0.67% | - |
| XYZ | 15.42 | 16.89 | 40.98 | - |
| YUV | 105.19 | 165.13 | 90.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 119 | 171 | 0.69 | 0.30 | 0 | 0.33 | 206.44 | 0.53 | 0.44 |
| Hex | 35 | 77 | AB | 45 | 1E | 0 | 21 | CE | 35 | 2C |
| Octal | 65 | 167 | 253 | 105 | 36 | 0 | 41 | 316 | 65 | 54 |
| Binary | 110101 | 1110111 | 10101011 | 1000101 | 11110 | 0 | 100001 | 11001110 | 110101 | 101100 |
Color Harmonies of #3577AB
Complementary color
Monochromatic Colors of #3577AB
Black with #3577AB
Text Example
Text Example
White with #3577AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3577AB; }
p { color: rgb(53,119,171); }
H1.HeaderClassName
{
color: #3577AB;
}
.AnyTagClassName
{
color: #3577AB;
}
</style>
background-color css
<style>
a { background-color: #3577AB; }
a { background-color: rgb(53,119,171); }
div.DivClassName
{
background-color: #3577AB;
}
.BgClassName
{
background-color: #3577AB;
}
</style>
border-color css
<style>
span { border-color: #3577AB; }
span { border-color: rgb(53,119,171); }
td.TdClassName
{
border-color: #3577AB;
}
.TagClassName
{
border-color: #3577AB;
}
</style>