Shades of Lochmara #2F67AB
Tints of Lochmara #2F67AB
RGB
CMYK
RGB Variations
Color information
#2F67AB (or 0x2F67AB) is known color: Lochmara. HEX triplet: 2F, 67 and AB. RGB value is (47,103,171). Sum of RGB (Red+Green+Blue) = 47+103+171=321 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.64% from 321); Green value is 103 (40.62% from 255 or 32.09% from 321); Blue value is 171 (67.19% from 255 or 53.27% from 321); Max value from RGB is 171 - color contains mainly: blue. Hex color #2F67AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F67AB is #D09854. Grayscale: #5D5D5D. Windows color (decimal): -13670485 or 11233071. OLE color: 11233071.
HSL color Cylindrical-coordinate representation of color #2F67AB: hue angle of 212.9º 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 #2F67AB is Cyan = 0.73, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 103 | 171 | - |
| CMYK | 0.73 | 0.40 | 0 | 0.33 |
| HSL | 212.9º | 0.57% | 0.43% | - |
| HSV(B) | 212.9º | 0.73% | 0.67% | - |
| XYZ | 13.37 | 13.25 | 40.38 | - |
| YUV | 94.01 | 171.45 | 94.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 103 | 171 | 0.73 | 0.40 | 0 | 0.33 | 212.9 | 0.57 | 0.43 |
| Hex | 2F | 67 | AB | 49 | 28 | 0 | 21 | D5 | 39 | 2B |
| Octal | 57 | 147 | 253 | 111 | 50 | 0 | 41 | 325 | 71 | 53 |
| Binary | 101111 | 1100111 | 10101011 | 1001001 | 101000 | 0 | 100001 | 11010101 | 111001 | 101011 |
Color Harmonies of #2F67AB
Complementary color
Monochromatic Colors of #2F67AB
Black with #2F67AB
Text Example
Text Example
White with #2F67AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F67AB; }
p { color: rgb(47,103,171); }
H1.HeaderClassName
{
color: #2F67AB;
}
.AnyTagClassName
{
color: #2F67AB;
}
</style>
background-color css
<style>
a { background-color: #2F67AB; }
a { background-color: rgb(47,103,171); }
div.DivClassName
{
background-color: #2F67AB;
}
.BgClassName
{
background-color: #2F67AB;
}
</style>
border-color css
<style>
span { border-color: #2F67AB; }
span { border-color: rgb(47,103,171); }
td.TdClassName
{
border-color: #2F67AB;
}
.TagClassName
{
border-color: #2F67AB;
}
</style>