Shades of Lochmara #2A6F96
Tints of Lochmara #2A6F96
RGB
CMYK
RGB Variations
Color information
#2A6F96 (or 0x2A6F96) is known color: Lochmara. HEX triplet: 2A, 6F and 96. RGB value is (42,111,150). Sum of RGB (Red+Green+Blue) = 42+111+150=303 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.86% from 303); Green value is 111 (43.75% from 255 or 36.63% from 303); Blue value is 150 (58.98% from 255 or 49.50% from 303); Max value from RGB is 150 - color contains mainly: blue. Hex color #2A6F96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A6F96 is #D59069. Grayscale: #5E5E5E. Windows color (decimal): -13996138 or 9858858. OLE color: 9858858.
HSL color Cylindrical-coordinate representation of color #2A6F96: hue angle of 201.67º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A6F96 is Cyan = 0.72, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 42 | 111 | 150 | - |
| CMYK | 0.72 | 0.26 | 0 | 0.41 |
| HSL | 201.67º | 0.56% | 0.38% | - |
| HSV(B) | 201.67º | 0.72% | 0.59% | - |
| XYZ | 12.14 | 14.06 | 30.93 | - |
| YUV | 94.82 | 159.14 | 90.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 111 | 150 | 0.72 | 0.26 | 0 | 0.41 | 201.67 | 0.56 | 0.38 |
| Hex | 2A | 6F | 96 | 48 | 1A | 0 | 29 | CA | 38 | 26 |
| Octal | 52 | 157 | 226 | 110 | 32 | 0 | 51 | 312 | 70 | 46 |
| Binary | 101010 | 1101111 | 10010110 | 1001000 | 11010 | 0 | 101001 | 11001010 | 111000 | 100110 |
Color Harmonies of #2A6F96
Complementary color
Monochromatic Colors of #2A6F96
Black with #2A6F96
Text Example
Text Example
White with #2A6F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6F96; }
p { color: rgb(42,111,150); }
H1.HeaderClassName
{
color: #2A6F96;
}
.AnyTagClassName
{
color: #2A6F96;
}
</style>
background-color css
<style>
a { background-color: #2A6F96; }
a { background-color: rgb(42,111,150); }
div.DivClassName
{
background-color: #2A6F96;
}
.BgClassName
{
background-color: #2A6F96;
}
</style>
border-color css
<style>
span { border-color: #2A6F96; }
span { border-color: rgb(42,111,150); }
td.TdClassName
{
border-color: #2A6F96;
}
.TagClassName
{
border-color: #2A6F96;
}
</style>