Shades of Lochmara #2F66AD
Tints of Lochmara #2F66AD
RGB
CMYK
RGB Variations
Color information
#2F66AD (or 0x2F66AD) is known color: Lochmara. HEX triplet: 2F, 66 and AD. RGB value is (47,102,173). Sum of RGB (Red+Green+Blue) = 47+102+173=322 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.60% from 322); Green value is 102 (40.23% from 255 or 31.68% from 322); Blue value is 173 (67.97% from 255 or 53.73% from 322); Max value from RGB is 173 - color contains mainly: blue. Hex color #2F66AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F66AD is #D09952. Grayscale: #5D5D5D. Windows color (decimal): -13670739 or 11363887. OLE color: 11363887.
HSL color Cylindrical-coordinate representation of color #2F66AD: hue angle of 213.81º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2F66AD is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 47 | 102 | 173 | - |
| CMYK | 0.73 | 0.41 | 0 | 0.32 |
| HSL | 213.81º | 0.57% | 0.43% | - |
| HSV(B) | 213.81º | 0.73% | 0.68% | - |
| XYZ | 13.47 | 13.12 | 41.36 | - |
| YUV | 93.65 | 172.78 | 94.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 102 | 173 | 0.73 | 0.41 | 0 | 0.32 | 213.81 | 0.57 | 0.43 |
| Hex | 2F | 66 | AD | 49 | 29 | 0 | 20 | D6 | 39 | 2B |
| Octal | 57 | 146 | 255 | 111 | 51 | 0 | 40 | 326 | 71 | 53 |
| Binary | 101111 | 1100110 | 10101101 | 1001001 | 101001 | 0 | 100000 | 11010110 | 111001 | 101011 |
Color Harmonies of #2F66AD
Complementary color
Monochromatic Colors of #2F66AD
Black with #2F66AD
Text Example
Text Example
White with #2F66AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F66AD; }
p { color: rgb(47,102,173); }
H1.HeaderClassName
{
color: #2F66AD;
}
.AnyTagClassName
{
color: #2F66AD;
}
</style>
background-color css
<style>
a { background-color: #2F66AD; }
a { background-color: rgb(47,102,173); }
div.DivClassName
{
background-color: #2F66AD;
}
.BgClassName
{
background-color: #2F66AD;
}
</style>
border-color css
<style>
span { border-color: #2F66AD; }
span { border-color: rgb(47,102,173); }
td.TdClassName
{
border-color: #2F66AD;
}
.TagClassName
{
border-color: #2F66AD;
}
</style>