Shades of Lochmara #2F6695
Tints of Lochmara #2F6695
RGB
CMYK
RGB Variations
Color information
#2F6695 (or 0x2F6695) is known color: Lochmara. HEX triplet: 2F, 66 and 95. RGB value is (47,102,149). Sum of RGB (Red+Green+Blue) = 47+102+149=298 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.77% from 298); Green value is 102 (40.23% from 255 or 34.23% from 298); Blue value is 149 (58.59% from 255 or 50% from 298); Max value from RGB is 149 - color contains mainly: blue. Hex color #2F6695 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F6695 is #D0996A. Grayscale: #5A5A5A. Windows color (decimal): -13670763 or 9791023. OLE color: 9791023.
HSL color Cylindrical-coordinate representation of color #2F6695: hue angle of 207.65º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F6695 is Cyan = 0.68, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 47 | 102 | 149 | - |
| CMYK | 0.68 | 0.32 | 0 | 0.42 |
| HSL | 207.65º | 0.52% | 0.38% | - |
| HSV(B) | 207.65º | 0.68% | 0.58% | - |
| XYZ | 11.35 | 12.28 | 30.21 | - |
| YUV | 90.91 | 160.78 | 96.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 102 | 149 | 0.68 | 0.32 | 0 | 0.42 | 207.65 | 0.52 | 0.38 |
| Hex | 2F | 66 | 95 | 44 | 20 | 0 | 2A | D0 | 34 | 26 |
| Octal | 57 | 146 | 225 | 104 | 40 | 0 | 52 | 320 | 64 | 46 |
| Binary | 101111 | 1100110 | 10010101 | 1000100 | 100000 | 0 | 101010 | 11010000 | 110100 | 100110 |
Color Harmonies of #2F6695
Complementary color
Monochromatic Colors of #2F6695
Black with #2F6695
Text Example
Text Example
White with #2F6695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F6695; }
p { color: rgb(47,102,149); }
H1.HeaderClassName
{
color: #2F6695;
}
.AnyTagClassName
{
color: #2F6695;
}
</style>
background-color css
<style>
a { background-color: #2F6695; }
a { background-color: rgb(47,102,149); }
div.DivClassName
{
background-color: #2F6695;
}
.BgClassName
{
background-color: #2F6695;
}
</style>
border-color css
<style>
span { border-color: #2F6695; }
span { border-color: rgb(47,102,149); }
td.TdClassName
{
border-color: #2F6695;
}
.TagClassName
{
border-color: #2F6695;
}
</style>