Shades of Lochmara #2377A3
Tints of Lochmara #2377A3
RGB
CMYK
RGB Variations
Color information
#2377A3 (or 0x2377A3) is known color: Lochmara. HEX triplet: 23, 77 and A3. RGB value is (35,119,163). Sum of RGB (Red+Green+Blue) = 35+119+163=317 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.04% from 317); Green value is 119 (46.88% from 255 or 37.54% from 317); Blue value is 163 (64.06% from 255 or 51.42% from 317); Max value from RGB is 163 - color contains mainly: blue. Hex color #2377A3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2377A3 is #DC885C. Grayscale: #626262. Windows color (decimal): -14452829 or 10712867. OLE color: 10712867.
HSL color Cylindrical-coordinate representation of color #2377A3: hue angle of 200.62º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2377A3 is Cyan = 0.79, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 35 | 119 | 163 | - |
| CMYK | 0.79 | 0.27 | 0 | 0.36 |
| HSL | 200.63º | 0.65% | 0.39% | - |
| HSV(B) | 200.63º | 0.79% | 0.64% | - |
| XYZ | 13.9 | 16.2 | 37.04 | - |
| YUV | 98.9 | 164.17 | 82.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 119 | 163 | 0.79 | 0.27 | 0 | 0.36 | 200.63 | 0.65 | 0.39 |
| Hex | 23 | 77 | A3 | 4F | 1B | 0 | 24 | C9 | 41 | 27 |
| Octal | 43 | 167 | 243 | 117 | 33 | 0 | 44 | 311 | 101 | 47 |
| Binary | 100011 | 1110111 | 10100011 | 1001111 | 11011 | 0 | 100100 | 11001001 | 1000001 | 100111 |
Color Harmonies of #2377A3
Complementary color
Monochromatic Colors of #2377A3
Black with #2377A3
Text Example
Text Example
White with #2377A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2377A3; }
p { color: rgb(35,119,163); }
H1.HeaderClassName
{
color: #2377A3;
}
.AnyTagClassName
{
color: #2377A3;
}
</style>
background-color css
<style>
a { background-color: #2377A3; }
a { background-color: rgb(35,119,163); }
div.DivClassName
{
background-color: #2377A3;
}
.BgClassName
{
background-color: #2377A3;
}
</style>
border-color css
<style>
span { border-color: #2377A3; }
span { border-color: rgb(35,119,163); }
td.TdClassName
{
border-color: #2377A3;
}
.TagClassName
{
border-color: #2377A3;
}
</style>