Shades of Lochmara #2F6DAC
Tints of Lochmara #2F6DAC
RGB
CMYK
RGB Variations
Color information
#2F6DAC (or 0x2F6DAC) is known color: Lochmara. HEX triplet: 2F, 6D and AC. RGB value is (47,109,172). Sum of RGB (Red+Green+Blue) = 47+109+172=328 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.33% from 328); Green value is 109 (42.97% from 255 or 33.23% from 328); Blue value is 172 (67.58% from 255 or 52.44% from 328); Max value from RGB is 172 - color contains mainly: blue. Hex color #2F6DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F6DAC is #D09253. Grayscale: #616161. Windows color (decimal): -13668948 or 11300143. OLE color: 11300143.
HSL color Cylindrical-coordinate representation of color #2F6DAC: hue angle of 210.24º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2F6DAC is Cyan = 0.73, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 109 | 172 | - |
| CMYK | 0.73 | 0.37 | 0 | 0.33 |
| HSL | 210.24º | 0.57% | 0.43% | - |
| HSV(B) | 210.24º | 0.73% | 0.67% | - |
| XYZ | 14.09 | 14.52 | 41.09 | - |
| YUV | 97.64 | 169.96 | 91.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 109 | 172 | 0.73 | 0.37 | 0 | 0.33 | 210.24 | 0.57 | 0.43 |
| Hex | 2F | 6D | AC | 49 | 25 | 0 | 21 | D2 | 39 | 2B |
| Octal | 57 | 155 | 254 | 111 | 45 | 0 | 41 | 322 | 71 | 53 |
| Binary | 101111 | 1101101 | 10101100 | 1001001 | 100101 | 0 | 100001 | 11010010 | 111001 | 101011 |
Color Harmonies of #2F6DAC
Complementary color
Monochromatic Colors of #2F6DAC
Black with #2F6DAC
Text Example
Text Example
White with #2F6DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F6DAC; }
p { color: rgb(47,109,172); }
H1.HeaderClassName
{
color: #2F6DAC;
}
.AnyTagClassName
{
color: #2F6DAC;
}
</style>
background-color css
<style>
a { background-color: #2F6DAC; }
a { background-color: rgb(47,109,172); }
div.DivClassName
{
background-color: #2F6DAC;
}
.BgClassName
{
background-color: #2F6DAC;
}
</style>
border-color css
<style>
span { border-color: #2F6DAC; }
span { border-color: rgb(47,109,172); }
td.TdClassName
{
border-color: #2F6DAC;
}
.TagClassName
{
border-color: #2F6DAC;
}
</style>