Shades of Lochmara #2A639F
Tints of Lochmara #2A639F
RGB
CMYK
RGB Variations
Color information
#2A639F (or 0x2A639F) is known color: Lochmara. HEX triplet: 2A, 63 and 9F. RGB value is (42,99,159). Sum of RGB (Red+Green+Blue) = 42+99+159=300 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14% from 300); Green value is 99 (39.06% from 255 or 33% from 300); Blue value is 159 (62.5% from 255 or 53% from 300); Max value from RGB is 159 - color contains mainly: blue. Hex color #2A639F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A639F is #D59C60. Grayscale: #585858. Windows color (decimal): -13999201 or 10445610. OLE color: 10445610.
HSL color Cylindrical-coordinate representation of color #2A639F: hue angle of 210.77º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2A639F is Cyan = 0.74, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 42 | 99 | 159 | - |
| CMYK | 0.74 | 0.38 | 0 | 0.38 |
| HSL | 210.77º | 0.58% | 0.39% | - |
| HSV(B) | 210.77º | 0.74% | 0.62% | - |
| XYZ | 11.67 | 11.92 | 34.49 | - |
| YUV | 88.8 | 167.62 | 94.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 99 | 159 | 0.74 | 0.38 | 0 | 0.38 | 210.77 | 0.58 | 0.39 |
| Hex | 2A | 63 | 9F | 4A | 26 | 0 | 26 | D3 | 3A | 27 |
| Octal | 52 | 143 | 237 | 112 | 46 | 0 | 46 | 323 | 72 | 47 |
| Binary | 101010 | 1100011 | 10011111 | 1001010 | 100110 | 0 | 100110 | 11010011 | 111010 | 100111 |
Color Harmonies of #2A639F
Complementary color
Monochromatic Colors of #2A639F
Black with #2A639F
Text Example
Text Example
White with #2A639F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A639F; }
p { color: rgb(42,99,159); }
H1.HeaderClassName
{
color: #2A639F;
}
.AnyTagClassName
{
color: #2A639F;
}
</style>
background-color css
<style>
a { background-color: #2A639F; }
a { background-color: rgb(42,99,159); }
div.DivClassName
{
background-color: #2A639F;
}
.BgClassName
{
background-color: #2A639F;
}
</style>
border-color css
<style>
span { border-color: #2A639F; }
span { border-color: rgb(42,99,159); }
td.TdClassName
{
border-color: #2A639F;
}
.TagClassName
{
border-color: #2A639F;
}
</style>