Shades of Lochmara #2F7599
Tints of Lochmara #2F7599
RGB
CMYK
RGB Variations
Color information
#2F7599 (or 0x2F7599) is known color: Lochmara. HEX triplet: 2F, 75 and 99. RGB value is (47,117,153). Sum of RGB (Red+Green+Blue) = 47+117+153=317 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.83% from 317); Green value is 117 (46.09% from 255 or 36.91% from 317); Blue value is 153 (60.16% from 255 or 48.26% from 317); Max value from RGB is 153 - color contains mainly: blue. Hex color #2F7599 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F7599 is #D08A66. Grayscale: #636363. Windows color (decimal): -13666919 or 10057007. OLE color: 10057007.
HSL color Cylindrical-coordinate representation of color #2F7599: hue angle of 200.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 #2F7599 is Cyan = 0.69, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 47 | 117 | 153 | - |
| CMYK | 0.69 | 0.24 | 0 | 0.4 |
| HSL | 200.38º | 0.53% | 0.39% | - |
| HSV(B) | 200.38º | 0.69% | 0.6% | - |
| XYZ | 13.28 | 15.63 | 32.45 | - |
| YUV | 100.17 | 157.81 | 90.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 117 | 153 | 0.69 | 0.24 | 0 | 0.4 | 200.38 | 0.53 | 0.39 |
| Hex | 2F | 75 | 99 | 45 | 18 | 0 | 28 | C8 | 35 | 27 |
| Octal | 57 | 165 | 231 | 105 | 30 | 0 | 50 | 310 | 65 | 47 |
| Binary | 101111 | 1110101 | 10011001 | 1000101 | 11000 | 0 | 101000 | 11001000 | 110101 | 100111 |
Color Harmonies of #2F7599
Complementary color
Monochromatic Colors of #2F7599
Black with #2F7599
Text Example
Text Example
White with #2F7599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7599; }
p { color: rgb(47,117,153); }
H1.HeaderClassName
{
color: #2F7599;
}
.AnyTagClassName
{
color: #2F7599;
}
</style>
background-color css
<style>
a { background-color: #2F7599; }
a { background-color: rgb(47,117,153); }
div.DivClassName
{
background-color: #2F7599;
}
.BgClassName
{
background-color: #2F7599;
}
</style>
border-color css
<style>
span { border-color: #2F7599; }
span { border-color: rgb(47,117,153); }
td.TdClassName
{
border-color: #2F7599;
}
.TagClassName
{
border-color: #2F7599;
}
</style>