Shades of Lochmara #2B77AA
Tints of Lochmara #2B77AA
RGB
CMYK
RGB Variations
Color information
#2B77AA (or 0x2B77AA) is known color: Lochmara. HEX triplet: 2B, 77 and AA. RGB value is (43,119,170). Sum of RGB (Red+Green+Blue) = 43+119+170=332 (43% of max value = 765). Red value is 43 (17.19% from 255 or 12.95% from 332); Green value is 119 (46.88% from 255 or 35.84% from 332); Blue value is 170 (66.80% from 255 or 51.20% from 332); Max value from RGB is 170 - color contains mainly: blue. Hex color #2B77AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B77AA is #D48855. Grayscale: #656565. Windows color (decimal): -13928534 or 11171627. OLE color: 11171627.
HSL color Cylindrical-coordinate representation of color #2B77AA: hue angle of 204.09º 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 #2B77AA is Cyan = 0.75, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 119 | 170 | - |
| CMYK | 0.75 | 0.3 | 0 | 0.33 |
| HSL | 204.09º | 0.6% | 0.42% | - |
| HSV(B) | 204.09º | 0.75% | 0.67% | - |
| XYZ | 14.85 | 16.61 | 40.45 | - |
| YUV | 102.09 | 166.32 | 85.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 119 | 170 | 0.75 | 0.3 | 0 | 0.33 | 204.09 | 0.6 | 0.42 |
| Hex | 2B | 77 | AA | 4B | 1E | 0 | 21 | CC | 3C | 2A |
| Octal | 53 | 167 | 252 | 113 | 36 | 0 | 41 | 314 | 74 | 52 |
| Binary | 101011 | 1110111 | 10101010 | 1001011 | 11110 | 0 | 100001 | 11001100 | 111100 | 101010 |
Color Harmonies of #2B77AA
Complementary color
Monochromatic Colors of #2B77AA
Black with #2B77AA
Text Example
Text Example
White with #2B77AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B77AA; }
p { color: rgb(43,119,170); }
H1.HeaderClassName
{
color: #2B77AA;
}
.AnyTagClassName
{
color: #2B77AA;
}
</style>
background-color css
<style>
a { background-color: #2B77AA; }
a { background-color: rgb(43,119,170); }
div.DivClassName
{
background-color: #2B77AA;
}
.BgClassName
{
background-color: #2B77AA;
}
</style>
border-color css
<style>
span { border-color: #2B77AA; }
span { border-color: rgb(43,119,170); }
td.TdClassName
{
border-color: #2B77AA;
}
.TagClassName
{
border-color: #2B77AA;
}
</style>