Shades of Lochmara #2F68AC
Tints of Lochmara #2F68AC
RGB
CMYK
RGB Variations
Color information
#2F68AC (or 0x2F68AC) is known color: Lochmara. HEX triplet: 2F, 68 and AC. RGB value is (47,104,172). Sum of RGB (Red+Green+Blue) = 47+104+172=323 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.55% from 323); Green value is 104 (41.02% from 255 or 32.20% from 323); Blue value is 172 (67.58% from 255 or 53.25% from 323); Max value from RGB is 172 - color contains mainly: blue. Hex color #2F68AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F68AC is #D09753. Grayscale: #5E5E5E. Windows color (decimal): -13670228 or 11298863. OLE color: 11298863.
HSL color Cylindrical-coordinate representation of color #2F68AC: hue angle of 212.64º 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 #2F68AC is Cyan = 0.73, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 104 | 172 | - |
| CMYK | 0.73 | 0.40 | 0 | 0.33 |
| HSL | 212.64º | 0.57% | 0.43% | - |
| HSV(B) | 212.64º | 0.73% | 0.67% | - |
| XYZ | 13.57 | 13.48 | 40.92 | - |
| YUV | 94.71 | 171.62 | 93.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 104 | 172 | 0.73 | 0.40 | 0 | 0.33 | 212.64 | 0.57 | 0.43 |
| Hex | 2F | 68 | AC | 49 | 28 | 0 | 21 | D5 | 39 | 2B |
| Octal | 57 | 150 | 254 | 111 | 50 | 0 | 41 | 325 | 71 | 53 |
| Binary | 101111 | 1101000 | 10101100 | 1001001 | 101000 | 0 | 100001 | 11010101 | 111001 | 101011 |
Color Harmonies of #2F68AC
Complementary color
Monochromatic Colors of #2F68AC
Black with #2F68AC
Text Example
Text Example
White with #2F68AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F68AC; }
p { color: rgb(47,104,172); }
H1.HeaderClassName
{
color: #2F68AC;
}
.AnyTagClassName
{
color: #2F68AC;
}
</style>
background-color css
<style>
a { background-color: #2F68AC; }
a { background-color: rgb(47,104,172); }
div.DivClassName
{
background-color: #2F68AC;
}
.BgClassName
{
background-color: #2F68AC;
}
</style>
border-color css
<style>
span { border-color: #2F68AC; }
span { border-color: rgb(47,104,172); }
td.TdClassName
{
border-color: #2F68AC;
}
.TagClassName
{
border-color: #2F68AC;
}
</style>