Shades of Lochmara #2B77A2
Tints of Lochmara #2B77A2
RGB
CMYK
RGB Variations
Color information
#2B77A2 (or 0x2B77A2) is known color: Lochmara. HEX triplet: 2B, 77 and A2. RGB value is (43,119,162). Sum of RGB (Red+Green+Blue) = 43+119+162=324 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.27% from 324); Green value is 119 (46.88% from 255 or 36.73% from 324); Blue value is 162 (63.67% from 255 or 50% from 324); Max value from RGB is 162 - color contains mainly: blue. Hex color #2B77A2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B77A2 is #D4885D. Grayscale: #646464. Windows color (decimal): -13928542 or 10647339. OLE color: 10647339.
HSL color Cylindrical-coordinate representation of color #2B77A2: hue angle of 201.68º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B77A2 is Cyan = 0.73, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 43 | 119 | 162 | - |
| CMYK | 0.73 | 0.27 | 0 | 0.36 |
| HSL | 201.68º | 0.58% | 0.4% | - |
| HSV(B) | 201.68º | 0.73% | 0.64% | - |
| XYZ | 14.11 | 16.32 | 36.59 | - |
| YUV | 101.18 | 162.32 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 119 | 162 | 0.73 | 0.27 | 0 | 0.36 | 201.68 | 0.58 | 0.4 |
| Hex | 2B | 77 | A2 | 49 | 1B | 0 | 24 | CA | 3A | 28 |
| Octal | 53 | 167 | 242 | 111 | 33 | 0 | 44 | 312 | 72 | 50 |
| Binary | 101011 | 1110111 | 10100010 | 1001001 | 11011 | 0 | 100100 | 11001010 | 111010 | 101000 |
Color Harmonies of #2B77A2
Complementary color
Monochromatic Colors of #2B77A2
Black with #2B77A2
Text Example
Text Example
White with #2B77A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B77A2; }
p { color: rgb(43,119,162); }
H1.HeaderClassName
{
color: #2B77A2;
}
.AnyTagClassName
{
color: #2B77A2;
}
</style>
background-color css
<style>
a { background-color: #2B77A2; }
a { background-color: rgb(43,119,162); }
div.DivClassName
{
background-color: #2B77A2;
}
.BgClassName
{
background-color: #2B77A2;
}
</style>
border-color css
<style>
span { border-color: #2B77A2; }
span { border-color: rgb(43,119,162); }
td.TdClassName
{
border-color: #2B77A2;
}
.TagClassName
{
border-color: #2B77A2;
}
</style>