Shades of Lochmara #2F749B
Tints of Lochmara #2F749B
RGB
CMYK
RGB Variations
Color information
#2F749B (or 0x2F749B) is known color: Lochmara. HEX triplet: 2F, 74 and 9B. RGB value is (47,116,155). Sum of RGB (Red+Green+Blue) = 47+116+155=318 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.78% from 318); Green value is 116 (45.70% from 255 or 36.48% from 318); Blue value is 155 (60.94% from 255 or 48.74% from 318); Max value from RGB is 155 - color contains mainly: blue. Hex color #2F749B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F749B is #D08B64. Grayscale: #636363. Windows color (decimal): -13667173 or 10187823. OLE color: 10187823.
HSL color Cylindrical-coordinate representation of color #2F749B: hue angle of 201.67º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2F749B is Cyan = 0.70, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 47 | 116 | 155 | - |
| CMYK | 0.70 | 0.25 | 0 | 0.39 |
| HSL | 201.67º | 0.53% | 0.4% | - |
| HSV(B) | 201.67º | 0.7% | 0.61% | - |
| XYZ | 13.33 | 15.46 | 33.29 | - |
| YUV | 99.82 | 159.14 | 90.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 116 | 155 | 0.70 | 0.25 | 0 | 0.39 | 201.67 | 0.53 | 0.4 |
| Hex | 2F | 74 | 9B | 46 | 19 | 0 | 27 | CA | 35 | 28 |
| Octal | 57 | 164 | 233 | 106 | 31 | 0 | 47 | 312 | 65 | 50 |
| Binary | 101111 | 1110100 | 10011011 | 1000110 | 11001 | 0 | 100111 | 11001010 | 110101 | 101000 |
Color Harmonies of #2F749B
Complementary color
Monochromatic Colors of #2F749B
Black with #2F749B
Text Example
Text Example
White with #2F749B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F749B; }
p { color: rgb(47,116,155); }
H1.HeaderClassName
{
color: #2F749B;
}
.AnyTagClassName
{
color: #2F749B;
}
</style>
background-color css
<style>
a { background-color: #2F749B; }
a { background-color: rgb(47,116,155); }
div.DivClassName
{
background-color: #2F749B;
}
.BgClassName
{
background-color: #2F749B;
}
</style>
border-color css
<style>
span { border-color: #2F749B; }
span { border-color: rgb(47,116,155); }
td.TdClassName
{
border-color: #2F749B;
}
.TagClassName
{
border-color: #2F749B;
}
</style>