Shades of Lochmara #2A669C
Tints of Lochmara #2A669C
RGB
CMYK
RGB Variations
Color information
#2A669C (or 0x2A669C) is known color: Lochmara. HEX triplet: 2A, 66 and 9C. RGB value is (42,102,156). Sum of RGB (Red+Green+Blue) = 42+102+156=300 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14% from 300); Green value is 102 (40.23% from 255 or 34% from 300); Blue value is 156 (61.33% from 255 or 52% from 300); Max value from RGB is 156 - color contains mainly: blue. Hex color #2A669C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A669C is #D59963. Grayscale: #595959. Windows color (decimal): -13998436 or 10249770. OLE color: 10249770.
HSL color Cylindrical-coordinate representation of color #2A669C: hue angle of 208.42º degrees, saturation: 0.58, 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 #2A669C is Cyan = 0.73, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 42 | 102 | 156 | - |
| CMYK | 0.73 | 0.35 | 0 | 0.39 |
| HSL | 208.42º | 0.58% | 0.39% | - |
| HSV(B) | 208.42º | 0.73% | 0.61% | - |
| XYZ | 11.71 | 12.4 | 33.23 | - |
| YUV | 90.22 | 165.12 | 93.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 102 | 156 | 0.73 | 0.35 | 0 | 0.39 | 208.42 | 0.58 | 0.39 |
| Hex | 2A | 66 | 9C | 49 | 23 | 0 | 27 | D0 | 3A | 27 |
| Octal | 52 | 146 | 234 | 111 | 43 | 0 | 47 | 320 | 72 | 47 |
| Binary | 101010 | 1100110 | 10011100 | 1001001 | 100011 | 0 | 100111 | 11010000 | 111010 | 100111 |
Color Harmonies of #2A669C
Complementary color
Monochromatic Colors of #2A669C
Black with #2A669C
Text Example
Text Example
White with #2A669C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A669C; }
p { color: rgb(42,102,156); }
H1.HeaderClassName
{
color: #2A669C;
}
.AnyTagClassName
{
color: #2A669C;
}
</style>
background-color css
<style>
a { background-color: #2A669C; }
a { background-color: rgb(42,102,156); }
div.DivClassName
{
background-color: #2A669C;
}
.BgClassName
{
background-color: #2A669C;
}
</style>
border-color css
<style>
span { border-color: #2A669C; }
span { border-color: rgb(42,102,156); }
td.TdClassName
{
border-color: #2A669C;
}
.TagClassName
{
border-color: #2A669C;
}
</style>