Shades of Lochmara #3677A2
Tints of Lochmara #3677A2
RGB
CMYK
RGB Variations
Color information
#3677A2 (or 0x3677A2) is known color: Lochmara. HEX triplet: 36, 77 and A2. RGB value is (54,119,162). Sum of RGB (Red+Green+Blue) = 54+119+162=335 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.12% from 335); Green value is 119 (46.88% from 255 or 35.52% from 335); Blue value is 162 (63.67% from 255 or 48.36% from 335); Max value from RGB is 162 - color contains mainly: blue. Hex color #3677A2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3677A2 is #C9885D. Grayscale: #686868. Windows color (decimal): -13207646 or 10647350. OLE color: 10647350.
HSL color Cylindrical-coordinate representation of color #3677A2: hue angle of 203.89º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3677A2 is Cyan = 0.67, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 54 | 119 | 162 | - |
| CMYK | 0.67 | 0.27 | 0 | 0.36 |
| HSL | 203.89º | 0.5% | 0.42% | - |
| HSV(B) | 203.89º | 0.67% | 0.64% | - |
| XYZ | 14.64 | 16.59 | 36.61 | - |
| YUV | 104.47 | 160.47 | 92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 119 | 162 | 0.67 | 0.27 | 0 | 0.36 | 203.89 | 0.5 | 0.42 |
| Hex | 36 | 77 | A2 | 43 | 1B | 0 | 24 | CC | 32 | 2A |
| Octal | 66 | 167 | 242 | 103 | 33 | 0 | 44 | 314 | 62 | 52 |
| Binary | 110110 | 1110111 | 10100010 | 1000011 | 11011 | 0 | 100100 | 11001100 | 110010 | 101010 |
Color Harmonies of #3677A2
Complementary color
Monochromatic Colors of #3677A2
Black with #3677A2
Text Example
Text Example
White with #3677A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3677A2; }
p { color: rgb(54,119,162); }
H1.HeaderClassName
{
color: #3677A2;
}
.AnyTagClassName
{
color: #3677A2;
}
</style>
background-color css
<style>
a { background-color: #3677A2; }
a { background-color: rgb(54,119,162); }
div.DivClassName
{
background-color: #3677A2;
}
.BgClassName
{
background-color: #3677A2;
}
</style>
border-color css
<style>
span { border-color: #3677A2; }
span { border-color: rgb(54,119,162); }
td.TdClassName
{
border-color: #3677A2;
}
.TagClassName
{
border-color: #3677A2;
}
</style>