Shades of Lochmara #3577A5
Tints of Lochmara #3577A5
RGB
CMYK
RGB Variations
Color information
#3577A5 (or 0x3577A5) is known color: Lochmara. HEX triplet: 35, 77 and A5. RGB value is (53,119,165). Sum of RGB (Red+Green+Blue) = 53+119+165=337 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.73% from 337); Green value is 119 (46.88% from 255 or 35.31% from 337); Blue value is 165 (64.84% from 255 or 48.96% from 337); Max value from RGB is 165 - color contains mainly: blue. Hex color #3577A5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3577A5 is #CA885A. Grayscale: #686868. Windows color (decimal): -13273179 or 10843957. OLE color: 10843957.
HSL color Cylindrical-coordinate representation of color #3577A5: hue angle of 204.64º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3577A5 is Cyan = 0.68, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 53 | 119 | 165 | - |
| CMYK | 0.68 | 0.28 | 0 | 0.35 |
| HSL | 204.64º | 0.51% | 0.43% | - |
| HSV(B) | 204.64º | 0.68% | 0.65% | - |
| XYZ | 14.86 | 16.67 | 38.03 | - |
| YUV | 104.51 | 162.13 | 91.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 119 | 165 | 0.68 | 0.28 | 0 | 0.35 | 204.64 | 0.51 | 0.43 |
| Hex | 35 | 77 | A5 | 44 | 1C | 0 | 23 | CD | 33 | 2B |
| Octal | 65 | 167 | 245 | 104 | 34 | 0 | 43 | 315 | 63 | 53 |
| Binary | 110101 | 1110111 | 10100101 | 1000100 | 11100 | 0 | 100011 | 11001101 | 110011 | 101011 |
Color Harmonies of #3577A5
Complementary color
Monochromatic Colors of #3577A5
Black with #3577A5
Text Example
Text Example
White with #3577A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3577A5; }
p { color: rgb(53,119,165); }
H1.HeaderClassName
{
color: #3577A5;
}
.AnyTagClassName
{
color: #3577A5;
}
</style>
background-color css
<style>
a { background-color: #3577A5; }
a { background-color: rgb(53,119,165); }
div.DivClassName
{
background-color: #3577A5;
}
.BgClassName
{
background-color: #3577A5;
}
</style>
border-color css
<style>
span { border-color: #3577A5; }
span { border-color: rgb(53,119,165); }
td.TdClassName
{
border-color: #3577A5;
}
.TagClassName
{
border-color: #3577A5;
}
</style>