Shades of Lochmara #2A6B9B
Tints of Lochmara #2A6B9B
RGB
CMYK
RGB Variations
Color information
#2A6B9B (or 0x2A6B9B) is known color: Lochmara. HEX triplet: 2A, 6B and 9B. RGB value is (42,107,155). Sum of RGB (Red+Green+Blue) = 42+107+155=304 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.82% from 304); Green value is 107 (42.19% from 255 or 35.20% from 304); Blue value is 155 (60.94% from 255 or 50.99% from 304); Max value from RGB is 155 - color contains mainly: blue. Hex color #2A6B9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A6B9B is #D59464. Grayscale: #5C5C5C. Windows color (decimal): -13997157 or 10185514. OLE color: 10185514.
HSL color Cylindrical-coordinate representation of color #2A6B9B: hue angle of 205.49º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A6B9B is Cyan = 0.73, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 42 | 107 | 155 | - |
| CMYK | 0.73 | 0.31 | 0 | 0.39 |
| HSL | 205.49º | 0.57% | 0.39% | - |
| HSV(B) | 205.49º | 0.73% | 0.61% | - |
| XYZ | 12.13 | 13.37 | 32.95 | - |
| YUV | 93.04 | 162.97 | 91.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 107 | 155 | 0.73 | 0.31 | 0 | 0.39 | 205.49 | 0.57 | 0.39 |
| Hex | 2A | 6B | 9B | 49 | 1F | 0 | 27 | CD | 39 | 27 |
| Octal | 52 | 153 | 233 | 111 | 37 | 0 | 47 | 315 | 71 | 47 |
| Binary | 101010 | 1101011 | 10011011 | 1001001 | 11111 | 0 | 100111 | 11001101 | 111001 | 100111 |
Color Harmonies of #2A6B9B
Complementary color
Monochromatic Colors of #2A6B9B
Black with #2A6B9B
Text Example
Text Example
White with #2A6B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6B9B; }
p { color: rgb(42,107,155); }
H1.HeaderClassName
{
color: #2A6B9B;
}
.AnyTagClassName
{
color: #2A6B9B;
}
</style>
background-color css
<style>
a { background-color: #2A6B9B; }
a { background-color: rgb(42,107,155); }
div.DivClassName
{
background-color: #2A6B9B;
}
.BgClassName
{
background-color: #2A6B9B;
}
</style>
border-color css
<style>
span { border-color: #2A6B9B; }
span { border-color: rgb(42,107,155); }
td.TdClassName
{
border-color: #2A6B9B;
}
.TagClassName
{
border-color: #2A6B9B;
}
</style>