Shades of Lochmara #2F729D
Tints of Lochmara #2F729D
RGB
CMYK
RGB Variations
Color information
#2F729D (or 0x2F729D) is known color: Lochmara. HEX triplet: 2F, 72 and 9D. RGB value is (47,114,157). Sum of RGB (Red+Green+Blue) = 47+114+157=318 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.78% from 318); Green value is 114 (44.92% from 255 or 35.85% from 318); Blue value is 157 (61.72% from 255 or 49.37% from 318); Max value from RGB is 157 - color contains mainly: blue. Hex color #2F729D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F729D is #D08D62. Grayscale: #626262. Windows color (decimal): -13667683 or 10318383. OLE color: 10318383.
HSL color Cylindrical-coordinate representation of color #2F729D: hue angle of 203.45º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2F729D is Cyan = 0.70, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 47 | 114 | 157 | - |
| CMYK | 0.70 | 0.27 | 0 | 0.38 |
| HSL | 203.45º | 0.54% | 0.4% | - |
| HSV(B) | 203.45º | 0.7% | 0.62% | - |
| XYZ | 13.28 | 15.07 | 34.11 | - |
| YUV | 98.87 | 160.8 | 91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 114 | 157 | 0.70 | 0.27 | 0 | 0.38 | 203.45 | 0.54 | 0.4 |
| Hex | 2F | 72 | 9D | 46 | 1B | 0 | 26 | CB | 36 | 28 |
| Octal | 57 | 162 | 235 | 106 | 33 | 0 | 46 | 313 | 66 | 50 |
| Binary | 101111 | 1110010 | 10011101 | 1000110 | 11011 | 0 | 100110 | 11001011 | 110110 | 101000 |
Color Harmonies of #2F729D
Complementary color
Monochromatic Colors of #2F729D
Black with #2F729D
Text Example
Text Example
White with #2F729D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F729D; }
p { color: rgb(47,114,157); }
H1.HeaderClassName
{
color: #2F729D;
}
.AnyTagClassName
{
color: #2F729D;
}
</style>
background-color css
<style>
a { background-color: #2F729D; }
a { background-color: rgb(47,114,157); }
div.DivClassName
{
background-color: #2F729D;
}
.BgClassName
{
background-color: #2F729D;
}
</style>
border-color css
<style>
span { border-color: #2F729D; }
span { border-color: rgb(47,114,157); }
td.TdClassName
{
border-color: #2F729D;
}
.TagClassName
{
border-color: #2F729D;
}
</style>