Shades of Lochmara #2B77AC
Tints of Lochmara #2B77AC
RGB
CMYK
RGB Variations
Color information
#2B77AC (or 0x2B77AC) is known color: Lochmara. HEX triplet: 2B, 77 and AC. RGB value is (43,119,172). Sum of RGB (Red+Green+Blue) = 43+119+172=334 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.87% from 334); Green value is 119 (46.88% from 255 or 35.63% from 334); Blue value is 172 (67.58% from 255 or 51.50% from 334); Max value from RGB is 172 - color contains mainly: blue. Hex color #2B77AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B77AC is #D48853. Grayscale: #666666. Windows color (decimal): -13928532 or 11302699. OLE color: 11302699.
HSL color Cylindrical-coordinate representation of color #2B77AC: hue angle of 204.65º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B77AC is Cyan = 0.75, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 119 | 172 | - |
| CMYK | 0.75 | 0.31 | 0 | 0.33 |
| HSL | 204.65º | 0.6% | 0.42% | - |
| HSV(B) | 204.65º | 0.75% | 0.67% | - |
| XYZ | 15.04 | 16.69 | 41.46 | - |
| YUV | 102.32 | 167.32 | 85.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 119 | 172 | 0.75 | 0.31 | 0 | 0.33 | 204.65 | 0.6 | 0.42 |
| Hex | 2B | 77 | AC | 4B | 1F | 0 | 21 | CD | 3C | 2A |
| Octal | 53 | 167 | 254 | 113 | 37 | 0 | 41 | 315 | 74 | 52 |
| Binary | 101011 | 1110111 | 10101100 | 1001011 | 11111 | 0 | 100001 | 11001101 | 111100 | 101010 |
Color Harmonies of #2B77AC
Complementary color
Monochromatic Colors of #2B77AC
Black with #2B77AC
Text Example
Text Example
White with #2B77AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B77AC; }
p { color: rgb(43,119,172); }
H1.HeaderClassName
{
color: #2B77AC;
}
.AnyTagClassName
{
color: #2B77AC;
}
</style>
background-color css
<style>
a { background-color: #2B77AC; }
a { background-color: rgb(43,119,172); }
div.DivClassName
{
background-color: #2B77AC;
}
.BgClassName
{
background-color: #2B77AC;
}
</style>
border-color css
<style>
span { border-color: #2B77AC; }
span { border-color: rgb(43,119,172); }
td.TdClassName
{
border-color: #2B77AC;
}
.TagClassName
{
border-color: #2B77AC;
}
</style>