Shades of Lochmara #2F68AB
Tints of Lochmara #2F68AB
RGB
CMYK
RGB Variations
Color information
#2F68AB (or 0x2F68AB) is known color: Lochmara. HEX triplet: 2F, 68 and AB. RGB value is (47,104,171). Sum of RGB (Red+Green+Blue) = 47+104+171=322 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.60% from 322); Green value is 104 (41.02% from 255 or 32.30% from 322); Blue value is 171 (67.19% from 255 or 53.11% from 322); Max value from RGB is 171 - color contains mainly: blue. Hex color #2F68AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F68AB is #D09754. Grayscale: #5E5E5E. Windows color (decimal): -13670229 or 11233327. OLE color: 11233327.
HSL color Cylindrical-coordinate representation of color #2F68AB: hue angle of 212.42º 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 #2F68AB is Cyan = 0.73, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 104 | 171 | - |
| CMYK | 0.73 | 0.39 | 0 | 0.33 |
| HSL | 212.42º | 0.57% | 0.43% | - |
| HSV(B) | 212.42º | 0.73% | 0.67% | - |
| XYZ | 13.47 | 13.45 | 40.41 | - |
| YUV | 94.6 | 171.12 | 94.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 104 | 171 | 0.73 | 0.39 | 0 | 0.33 | 212.42 | 0.57 | 0.43 |
| Hex | 2F | 68 | AB | 49 | 27 | 0 | 21 | D4 | 39 | 2B |
| Octal | 57 | 150 | 253 | 111 | 47 | 0 | 41 | 324 | 71 | 53 |
| Binary | 101111 | 1101000 | 10101011 | 1001001 | 100111 | 0 | 100001 | 11010100 | 111001 | 101011 |
Color Harmonies of #2F68AB
Complementary color
Monochromatic Colors of #2F68AB
Black with #2F68AB
Text Example
Text Example
White with #2F68AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F68AB; }
p { color: rgb(47,104,171); }
H1.HeaderClassName
{
color: #2F68AB;
}
.AnyTagClassName
{
color: #2F68AB;
}
</style>
background-color css
<style>
a { background-color: #2F68AB; }
a { background-color: rgb(47,104,171); }
div.DivClassName
{
background-color: #2F68AB;
}
.BgClassName
{
background-color: #2F68AB;
}
</style>
border-color css
<style>
span { border-color: #2F68AB; }
span { border-color: rgb(47,104,171); }
td.TdClassName
{
border-color: #2F68AB;
}
.TagClassName
{
border-color: #2F68AB;
}
</style>