Shades of Lochmara #2377AB
Tints of Lochmara #2377AB
RGB
CMYK
RGB Variations
Color information
#2377AB (or 0x2377AB) is known color: Lochmara. HEX triplet: 23, 77 and AB. RGB value is (35,119,171). Sum of RGB (Red+Green+Blue) = 35+119+171=325 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.77% from 325); Green value is 119 (46.88% from 255 or 36.62% from 325); Blue value is 171 (67.19% from 255 or 52.62% from 325); Max value from RGB is 171 - color contains mainly: blue. Hex color #2377AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2377AB is #DC8854. Grayscale: #636363. Windows color (decimal): -14452821 or 11237155. OLE color: 11237155.
HSL color Cylindrical-coordinate representation of color #2377AB: hue angle of 202.94º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2377AB is Cyan = 0.80, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 35 | 119 | 171 | - |
| CMYK | 0.80 | 0.30 | 0 | 0.33 |
| HSL | 202.94º | 0.66% | 0.4% | - |
| HSV(B) | 202.94º | 0.8% | 0.67% | - |
| XYZ | 14.64 | 16.49 | 40.94 | - |
| YUV | 99.81 | 168.17 | 81.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 119 | 171 | 0.80 | 0.30 | 0 | 0.33 | 202.94 | 0.66 | 0.4 |
| Hex | 23 | 77 | AB | 50 | 1E | 0 | 21 | CB | 42 | 28 |
| Octal | 43 | 167 | 253 | 120 | 36 | 0 | 41 | 313 | 102 | 50 |
| Binary | 100011 | 1110111 | 10101011 | 1010000 | 11110 | 0 | 100001 | 11001011 | 1000010 | 101000 |
Color Harmonies of #2377AB
Complementary color
Monochromatic Colors of #2377AB
Black with #2377AB
Text Example
Text Example
White with #2377AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2377AB; }
p { color: rgb(35,119,171); }
H1.HeaderClassName
{
color: #2377AB;
}
.AnyTagClassName
{
color: #2377AB;
}
</style>
background-color css
<style>
a { background-color: #2377AB; }
a { background-color: rgb(35,119,171); }
div.DivClassName
{
background-color: #2377AB;
}
.BgClassName
{
background-color: #2377AB;
}
</style>
border-color css
<style>
span { border-color: #2377AB; }
span { border-color: rgb(35,119,171); }
td.TdClassName
{
border-color: #2377AB;
}
.TagClassName
{
border-color: #2377AB;
}
</style>