Shades of Lochmara #2F7B9A
Tints of Lochmara #2F7B9A
RGB
CMYK
RGB Variations
Color information
#2F7B9A (or 0x2F7B9A) is known color: Lochmara. HEX triplet: 2F, 7B and 9A. RGB value is (47,123,154). Sum of RGB (Red+Green+Blue) = 47+123+154=324 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.51% from 324); Green value is 123 (48.44% from 255 or 37.96% from 324); Blue value is 154 (60.55% from 255 or 47.53% from 324); Max value from RGB is 154 - color contains mainly: blue. Hex color #2F7B9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F7B9A is #D08465. Grayscale: #676767. Windows color (decimal): -13665382 or 10124079. OLE color: 10124079.
HSL color Cylindrical-coordinate representation of color #2F7B9A: hue angle of 197.38º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2F7B9A is Cyan = 0.69, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 47 | 123 | 154 | - |
| CMYK | 0.69 | 0.20 | 0 | 0.40 |
| HSL | 197.38º | 0.53% | 0.39% | - |
| HSV(B) | 197.38º | 0.69% | 0.6% | - |
| XYZ | 14.09 | 17.1 | 33.13 | - |
| YUV | 103.81 | 156.32 | 87.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 123 | 154 | 0.69 | 0.20 | 0 | 0.40 | 197.38 | 0.53 | 0.39 |
| Hex | 2F | 7B | 9A | 45 | 14 | 0 | 28 | C5 | 35 | 27 |
| Octal | 57 | 173 | 232 | 105 | 24 | 0 | 50 | 305 | 65 | 47 |
| Binary | 101111 | 1111011 | 10011010 | 1000101 | 10100 | 0 | 101000 | 11000101 | 110101 | 100111 |
Color Harmonies of #2F7B9A
Complementary color
Monochromatic Colors of #2F7B9A
Black with #2F7B9A
Text Example
Text Example
White with #2F7B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7B9A; }
p { color: rgb(47,123,154); }
H1.HeaderClassName
{
color: #2F7B9A;
}
.AnyTagClassName
{
color: #2F7B9A;
}
</style>
background-color css
<style>
a { background-color: #2F7B9A; }
a { background-color: rgb(47,123,154); }
div.DivClassName
{
background-color: #2F7B9A;
}
.BgClassName
{
background-color: #2F7B9A;
}
</style>
border-color css
<style>
span { border-color: #2F7B9A; }
span { border-color: rgb(47,123,154); }
td.TdClassName
{
border-color: #2F7B9A;
}
.TagClassName
{
border-color: #2F7B9A;
}
</style>