Shades of Lochmara #2F6495
Tints of Lochmara #2F6495
RGB
CMYK
RGB Variations
Color information
#2F6495 (or 0x2F6495) is known color: Lochmara. HEX triplet: 2F, 64 and 95. RGB value is (47,100,149). Sum of RGB (Red+Green+Blue) = 47+100+149=296 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.88% from 296); Green value is 100 (39.45% from 255 or 33.78% from 296); Blue value is 149 (58.59% from 255 or 50.34% from 296); Max value from RGB is 149 - color contains mainly: blue. Hex color #2F6495 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F6495 is #D09B6A. Grayscale: #595959. Windows color (decimal): -13671275 or 9790511. OLE color: 9790511.
HSL color Cylindrical-coordinate representation of color #2F6495: hue angle of 208.82º 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 #2F6495 is Cyan = 0.68, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 47 | 100 | 149 | - |
| CMYK | 0.68 | 0.33 | 0 | 0.42 |
| HSL | 208.82º | 0.52% | 0.38% | - |
| HSV(B) | 208.82º | 0.68% | 0.58% | - |
| XYZ | 11.15 | 11.89 | 30.14 | - |
| YUV | 89.74 | 161.44 | 97.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 100 | 149 | 0.68 | 0.33 | 0 | 0.42 | 208.82 | 0.52 | 0.38 |
| Hex | 2F | 64 | 95 | 44 | 21 | 0 | 2A | D1 | 34 | 26 |
| Octal | 57 | 144 | 225 | 104 | 41 | 0 | 52 | 321 | 64 | 46 |
| Binary | 101111 | 1100100 | 10010101 | 1000100 | 100001 | 0 | 101010 | 11010001 | 110100 | 100110 |
Color Harmonies of #2F6495
Complementary color
Monochromatic Colors of #2F6495
Black with #2F6495
Text Example
Text Example
White with #2F6495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F6495; }
p { color: rgb(47,100,149); }
H1.HeaderClassName
{
color: #2F6495;
}
.AnyTagClassName
{
color: #2F6495;
}
</style>
background-color css
<style>
a { background-color: #2F6495; }
a { background-color: rgb(47,100,149); }
div.DivClassName
{
background-color: #2F6495;
}
.BgClassName
{
background-color: #2F6495;
}
</style>
border-color css
<style>
span { border-color: #2F6495; }
span { border-color: rgb(47,100,149); }
td.TdClassName
{
border-color: #2F6495;
}
.TagClassName
{
border-color: #2F6495;
}
</style>