Shades of Lochmara #2F699C
Tints of Lochmara #2F699C
RGB
CMYK
RGB Variations
Color information
#2F699C (or 0x2F699C) is known color: Lochmara. HEX triplet: 2F, 69 and 9C. RGB value is (47,105,156). Sum of RGB (Red+Green+Blue) = 47+105+156=308 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.26% from 308); Green value is 105 (41.41% from 255 or 34.09% from 308); Blue value is 156 (61.33% from 255 or 50.65% from 308); Max value from RGB is 156 - color contains mainly: blue. Hex color #2F699C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F699C is #D09663. Grayscale: #5D5D5D. Windows color (decimal): -13669988 or 10250543. OLE color: 10250543.
HSL color Cylindrical-coordinate representation of color #2F699C: hue angle of 208.07º degrees, saturation: 0.54, 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 #2F699C is Cyan = 0.70, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 47 | 105 | 156 | - |
| CMYK | 0.70 | 0.33 | 0 | 0.39 |
| HSL | 208.07º | 0.54% | 0.4% | - |
| HSV(B) | 208.07º | 0.7% | 0.61% | - |
| XYZ | 12.22 | 13.11 | 33.34 | - |
| YUV | 93.47 | 163.28 | 94.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 105 | 156 | 0.70 | 0.33 | 0 | 0.39 | 208.07 | 0.54 | 0.4 |
| Hex | 2F | 69 | 9C | 46 | 21 | 0 | 27 | D0 | 36 | 28 |
| Octal | 57 | 151 | 234 | 106 | 41 | 0 | 47 | 320 | 66 | 50 |
| Binary | 101111 | 1101001 | 10011100 | 1000110 | 100001 | 0 | 100111 | 11010000 | 110110 | 101000 |
Color Harmonies of #2F699C
Complementary color
Monochromatic Colors of #2F699C
Black with #2F699C
Text Example
Text Example
White with #2F699C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F699C; }
p { color: rgb(47,105,156); }
H1.HeaderClassName
{
color: #2F699C;
}
.AnyTagClassName
{
color: #2F699C;
}
</style>
background-color css
<style>
a { background-color: #2F699C; }
a { background-color: rgb(47,105,156); }
div.DivClassName
{
background-color: #2F699C;
}
.BgClassName
{
background-color: #2F699C;
}
</style>
border-color css
<style>
span { border-color: #2F699C; }
span { border-color: rgb(47,105,156); }
td.TdClassName
{
border-color: #2F699C;
}
.TagClassName
{
border-color: #2F699C;
}
</style>