Shades of Lochmara #2F7597
Tints of Lochmara #2F7597
RGB
CMYK
RGB Variations
Color information
#2F7597 (or 0x2F7597) is known color: Lochmara. HEX triplet: 2F, 75 and 97. RGB value is (47,117,151). Sum of RGB (Red+Green+Blue) = 47+117+151=315 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.92% from 315); Green value is 117 (46.09% from 255 or 37.14% from 315); Blue value is 151 (59.38% from 255 or 47.94% from 315); Max value from RGB is 151 - color contains mainly: blue. Hex color #2F7597 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F7597 is #D08A68. Grayscale: #636363. Windows color (decimal): -13666921 or 9925935. OLE color: 9925935.
HSL color Cylindrical-coordinate representation of color #2F7597: hue angle of 199.62º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2F7597 is Cyan = 0.69, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 47 | 117 | 151 | - |
| CMYK | 0.69 | 0.23 | 0 | 0.41 |
| HSL | 199.62º | 0.53% | 0.39% | - |
| HSV(B) | 199.62º | 0.69% | 0.59% | - |
| XYZ | 13.12 | 15.56 | 31.59 | - |
| YUV | 99.95 | 156.81 | 90.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 117 | 151 | 0.69 | 0.23 | 0 | 0.41 | 199.62 | 0.53 | 0.39 |
| Hex | 2F | 75 | 97 | 45 | 17 | 0 | 29 | C8 | 35 | 27 |
| Octal | 57 | 165 | 227 | 105 | 27 | 0 | 51 | 310 | 65 | 47 |
| Binary | 101111 | 1110101 | 10010111 | 1000101 | 10111 | 0 | 101001 | 11001000 | 110101 | 100111 |
Color Harmonies of #2F7597
Complementary color
Monochromatic Colors of #2F7597
Black with #2F7597
Text Example
Text Example
White with #2F7597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7597; }
p { color: rgb(47,117,151); }
H1.HeaderClassName
{
color: #2F7597;
}
.AnyTagClassName
{
color: #2F7597;
}
</style>
background-color css
<style>
a { background-color: #2F7597; }
a { background-color: rgb(47,117,151); }
div.DivClassName
{
background-color: #2F7597;
}
.BgClassName
{
background-color: #2F7597;
}
</style>
border-color css
<style>
span { border-color: #2F7597; }
span { border-color: rgb(47,117,151); }
td.TdClassName
{
border-color: #2F7597;
}
.TagClassName
{
border-color: #2F7597;
}
</style>