Shades of Lochmara #2377A0
Tints of Lochmara #2377A0
RGB
CMYK
RGB Variations
Color information
#2377A0 (or 0x2377A0) is known color: Lochmara. HEX triplet: 23, 77 and A0. RGB value is (35,119,160). Sum of RGB (Red+Green+Blue) = 35+119+160=314 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.15% from 314); Green value is 119 (46.88% from 255 or 37.90% from 314); Blue value is 160 (62.89% from 255 or 50.96% from 314); Max value from RGB is 160 - color contains mainly: blue. Hex color #2377A0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2377A0 is #DC885F. Grayscale: #626262. Windows color (decimal): -14452832 or 10516259. OLE color: 10516259.
HSL color Cylindrical-coordinate representation of color #2377A0: hue angle of 199.68º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2377A0 is Cyan = 0.78, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 35 | 119 | 160 | - |
| CMYK | 0.78 | 0.26 | 0 | 0.37 |
| HSL | 199.68º | 0.64% | 0.38% | - |
| HSV(B) | 199.68º | 0.78% | 0.63% | - |
| XYZ | 13.64 | 16.09 | 35.64 | - |
| YUV | 98.56 | 162.67 | 82.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 119 | 160 | 0.78 | 0.26 | 0 | 0.37 | 199.68 | 0.64 | 0.38 |
| Hex | 23 | 77 | A0 | 4E | 1A | 0 | 25 | C8 | 40 | 26 |
| Octal | 43 | 167 | 240 | 116 | 32 | 0 | 45 | 310 | 100 | 46 |
| Binary | 100011 | 1110111 | 10100000 | 1001110 | 11010 | 0 | 100101 | 11001000 | 1000000 | 100110 |
Color Harmonies of #2377A0
Complementary color
Monochromatic Colors of #2377A0
Black with #2377A0
Text Example
Text Example
White with #2377A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2377A0; }
p { color: rgb(35,119,160); }
H1.HeaderClassName
{
color: #2377A0;
}
.AnyTagClassName
{
color: #2377A0;
}
</style>
background-color css
<style>
a { background-color: #2377A0; }
a { background-color: rgb(35,119,160); }
div.DivClassName
{
background-color: #2377A0;
}
.BgClassName
{
background-color: #2377A0;
}
</style>
border-color css
<style>
span { border-color: #2377A0; }
span { border-color: rgb(35,119,160); }
td.TdClassName
{
border-color: #2377A0;
}
.TagClassName
{
border-color: #2377A0;
}
</style>