Shades of Lochmara #2A639B
Tints of Lochmara #2A639B
RGB
CMYK
RGB Variations
Color information
#2A639B (or 0x2A639B) is known color: Lochmara. HEX triplet: 2A, 63 and 9B. RGB value is (42,99,155). Sum of RGB (Red+Green+Blue) = 42+99+155=296 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.19% from 296); Green value is 99 (39.06% from 255 or 33.45% from 296); Blue value is 155 (60.94% from 255 or 52.36% from 296); Max value from RGB is 155 - color contains mainly: blue. Hex color #2A639B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A639B is #D59C64. Grayscale: #585858. Windows color (decimal): -13999205 or 10183466. OLE color: 10183466.
HSL color Cylindrical-coordinate representation of color #2A639B: hue angle of 209.73º 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 #2A639B is Cyan = 0.73, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 42 | 99 | 155 | - |
| CMYK | 0.73 | 0.36 | 0 | 0.39 |
| HSL | 209.73º | 0.57% | 0.39% | - |
| HSV(B) | 209.73º | 0.73% | 0.61% | - |
| XYZ | 11.33 | 11.78 | 32.69 | - |
| YUV | 88.34 | 165.62 | 94.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 99 | 155 | 0.73 | 0.36 | 0 | 0.39 | 209.73 | 0.57 | 0.39 |
| Hex | 2A | 63 | 9B | 49 | 24 | 0 | 27 | D2 | 39 | 27 |
| Octal | 52 | 143 | 233 | 111 | 44 | 0 | 47 | 322 | 71 | 47 |
| Binary | 101010 | 1100011 | 10011011 | 1001001 | 100100 | 0 | 100111 | 11010010 | 111001 | 100111 |
Color Harmonies of #2A639B
Complementary color
Monochromatic Colors of #2A639B
Black with #2A639B
Text Example
Text Example
White with #2A639B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A639B; }
p { color: rgb(42,99,155); }
H1.HeaderClassName
{
color: #2A639B;
}
.AnyTagClassName
{
color: #2A639B;
}
</style>
background-color css
<style>
a { background-color: #2A639B; }
a { background-color: rgb(42,99,155); }
div.DivClassName
{
background-color: #2A639B;
}
.BgClassName
{
background-color: #2A639B;
}
</style>
border-color css
<style>
span { border-color: #2A639B; }
span { border-color: rgb(42,99,155); }
td.TdClassName
{
border-color: #2A639B;
}
.TagClassName
{
border-color: #2A639B;
}
</style>