Shades of Lochmara #2D6AAC
Tints of Lochmara #2D6AAC
RGB
CMYK
RGB Variations
Color information
#2D6AAC (or 0x2D6AAC) is known color: Lochmara. HEX triplet: 2D, 6A and AC. RGB value is (45,106,172). Sum of RGB (Red+Green+Blue) = 45+106+172=323 (42% of max value = 765). Red value is 45 (17.97% from 255 or 13.93% from 323); Green value is 106 (41.80% from 255 or 32.82% from 323); Blue value is 172 (67.58% from 255 or 53.25% from 323); Max value from RGB is 172 - color contains mainly: blue. Hex color #2D6AAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D6AAC is #D29553. Grayscale: #5E5E5E. Windows color (decimal): -13800788 or 11299373. OLE color: 11299373.
HSL color Cylindrical-coordinate representation of color #2D6AAC: hue angle of 211.18º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2D6AAC is Cyan = 0.74, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 106 | 172 | - |
| CMYK | 0.74 | 0.38 | 0 | 0.33 |
| HSL | 211.18º | 0.59% | 0.43% | - |
| HSV(B) | 211.18º | 0.74% | 0.67% | - |
| XYZ | 13.68 | 13.84 | 40.98 | - |
| YUV | 95.29 | 171.29 | 92.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 106 | 172 | 0.74 | 0.38 | 0 | 0.33 | 211.18 | 0.59 | 0.43 |
| Hex | 2D | 6A | AC | 4A | 26 | 0 | 21 | D3 | 3B | 2B |
| Octal | 55 | 152 | 254 | 112 | 46 | 0 | 41 | 323 | 73 | 53 |
| Binary | 101101 | 1101010 | 10101100 | 1001010 | 100110 | 0 | 100001 | 11010011 | 111011 | 101011 |
Color Harmonies of #2D6AAC
Complementary color
Monochromatic Colors of #2D6AAC
Black with #2D6AAC
Text Example
Text Example
White with #2D6AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6AAC; }
p { color: rgb(45,106,172); }
H1.HeaderClassName
{
color: #2D6AAC;
}
.AnyTagClassName
{
color: #2D6AAC;
}
</style>
background-color css
<style>
a { background-color: #2D6AAC; }
a { background-color: rgb(45,106,172); }
div.DivClassName
{
background-color: #2D6AAC;
}
.BgClassName
{
background-color: #2D6AAC;
}
</style>
border-color css
<style>
span { border-color: #2D6AAC; }
span { border-color: rgb(45,106,172); }
td.TdClassName
{
border-color: #2D6AAC;
}
.TagClassName
{
border-color: #2D6AAC;
}
</style>