Shades of Lochmara #2A6FAB
Tints of Lochmara #2A6FAB
RGB
CMYK
RGB Variations
Color information
#2A6FAB (or 0x2A6FAB) is known color: Lochmara. HEX triplet: 2A, 6F and AB. RGB value is (42,111,171). Sum of RGB (Red+Green+Blue) = 42+111+171=324 (42% of max value = 765). Red value is 42 (16.80% from 255 or 12.96% from 324); Green value is 111 (43.75% from 255 or 34.26% from 324); Blue value is 171 (67.19% from 255 or 52.78% from 324); Max value from RGB is 171 - color contains mainly: blue. Hex color #2A6FAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A6FAB is #D59054. Grayscale: #606060. Windows color (decimal): -13996117 or 11235114. OLE color: 11235114.
HSL color Cylindrical-coordinate representation of color #2A6FAB: hue angle of 207.91º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2A6FAB is Cyan = 0.75, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 111 | 171 | - |
| CMYK | 0.75 | 0.35 | 0 | 0.33 |
| HSL | 207.91º | 0.61% | 0.42% | - |
| HSV(B) | 207.91º | 0.75% | 0.67% | - |
| XYZ | 13.99 | 14.8 | 40.65 | - |
| YUV | 97.21 | 169.64 | 88.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 111 | 171 | 0.75 | 0.35 | 0 | 0.33 | 207.91 | 0.61 | 0.42 |
| Hex | 2A | 6F | AB | 4B | 23 | 0 | 21 | D0 | 3D | 2A |
| Octal | 52 | 157 | 253 | 113 | 43 | 0 | 41 | 320 | 75 | 52 |
| Binary | 101010 | 1101111 | 10101011 | 1001011 | 100011 | 0 | 100001 | 11010000 | 111101 | 101010 |
Color Harmonies of #2A6FAB
Complementary color
Monochromatic Colors of #2A6FAB
Black with #2A6FAB
Text Example
Text Example
White with #2A6FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6FAB; }
p { color: rgb(42,111,171); }
H1.HeaderClassName
{
color: #2A6FAB;
}
.AnyTagClassName
{
color: #2A6FAB;
}
</style>
background-color css
<style>
a { background-color: #2A6FAB; }
a { background-color: rgb(42,111,171); }
div.DivClassName
{
background-color: #2A6FAB;
}
.BgClassName
{
background-color: #2A6FAB;
}
</style>
border-color css
<style>
span { border-color: #2A6FAB; }
span { border-color: rgb(42,111,171); }
td.TdClassName
{
border-color: #2A6FAB;
}
.TagClassName
{
border-color: #2A6FAB;
}
</style>