Shades of Lochmara #2B719A
Tints of Lochmara #2B719A
RGB
CMYK
RGB Variations
Color information
#2B719A (or 0x2B719A) is known color: Lochmara. HEX triplet: 2B, 71 and 9A. RGB value is (43,113,154). Sum of RGB (Red+Green+Blue) = 43+113+154=310 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.87% from 310); Green value is 113 (44.53% from 255 or 36.45% from 310); Blue value is 154 (60.55% from 255 or 49.68% from 310); Max value from RGB is 154 - color contains mainly: blue. Hex color #2B719A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B719A is #D48E65. Grayscale: #606060. Windows color (decimal): -13930086 or 10121515. OLE color: 10121515.
HSL color Cylindrical-coordinate representation of color #2B719A: hue angle of 202.16º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B719A is Cyan = 0.72, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 43 | 113 | 154 | - |
| CMYK | 0.72 | 0.27 | 0 | 0.40 |
| HSL | 202.16º | 0.56% | 0.39% | - |
| HSV(B) | 202.16º | 0.72% | 0.6% | - |
| XYZ | 12.73 | 14.66 | 32.73 | - |
| YUV | 96.74 | 160.31 | 89.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 113 | 154 | 0.72 | 0.27 | 0 | 0.40 | 202.16 | 0.56 | 0.39 |
| Hex | 2B | 71 | 9A | 48 | 1B | 0 | 28 | CA | 38 | 27 |
| Octal | 53 | 161 | 232 | 110 | 33 | 0 | 50 | 312 | 70 | 47 |
| Binary | 101011 | 1110001 | 10011010 | 1001000 | 11011 | 0 | 101000 | 11001010 | 111000 | 100111 |
Color Harmonies of #2B719A
Complementary color
Monochromatic Colors of #2B719A
Black with #2B719A
Text Example
Text Example
White with #2B719A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B719A; }
p { color: rgb(43,113,154); }
H1.HeaderClassName
{
color: #2B719A;
}
.AnyTagClassName
{
color: #2B719A;
}
</style>
background-color css
<style>
a { background-color: #2B719A; }
a { background-color: rgb(43,113,154); }
div.DivClassName
{
background-color: #2B719A;
}
.BgClassName
{
background-color: #2B719A;
}
</style>
border-color css
<style>
span { border-color: #2B719A; }
span { border-color: rgb(43,113,154); }
td.TdClassName
{
border-color: #2B719A;
}
.TagClassName
{
border-color: #2B719A;
}
</style>