Shades of Lochmara #2D6CAD
Tints of Lochmara #2D6CAD
RGB
CMYK
RGB Variations
Color information
#2D6CAD (or 0x2D6CAD) is known color: Lochmara. HEX triplet: 2D, 6C and AD. RGB value is (45,108,173). Sum of RGB (Red+Green+Blue) = 45+108+173=326 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.80% from 326); Green value is 108 (42.58% from 255 or 33.13% from 326); Blue value is 173 (67.97% from 255 or 53.07% from 326); Max value from RGB is 173 - color contains mainly: blue. Hex color #2D6CAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D6CAD is #D29352. Grayscale: #606060. Windows color (decimal): -13800275 or 11365421. OLE color: 11365421.
HSL color Cylindrical-coordinate representation of color #2D6CAD: hue angle of 210.47º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2D6CAD is Cyan = 0.74, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 45 | 108 | 173 | - |
| CMYK | 0.74 | 0.38 | 0 | 0.32 |
| HSL | 210.47º | 0.59% | 0.43% | - |
| HSV(B) | 210.47º | 0.74% | 0.68% | - |
| XYZ | 13.99 | 14.3 | 41.56 | - |
| YUV | 96.57 | 171.13 | 91.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 108 | 173 | 0.74 | 0.38 | 0 | 0.32 | 210.47 | 0.59 | 0.43 |
| Hex | 2D | 6C | AD | 4A | 26 | 0 | 20 | D2 | 3B | 2B |
| Octal | 55 | 154 | 255 | 112 | 46 | 0 | 40 | 322 | 73 | 53 |
| Binary | 101101 | 1101100 | 10101101 | 1001010 | 100110 | 0 | 100000 | 11010010 | 111011 | 101011 |
Color Harmonies of #2D6CAD
Complementary color
Monochromatic Colors of #2D6CAD
Black with #2D6CAD
Text Example
Text Example
White with #2D6CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6CAD; }
p { color: rgb(45,108,173); }
H1.HeaderClassName
{
color: #2D6CAD;
}
.AnyTagClassName
{
color: #2D6CAD;
}
</style>
background-color css
<style>
a { background-color: #2D6CAD; }
a { background-color: rgb(45,108,173); }
div.DivClassName
{
background-color: #2D6CAD;
}
.BgClassName
{
background-color: #2D6CAD;
}
</style>
border-color css
<style>
span { border-color: #2D6CAD; }
span { border-color: rgb(45,108,173); }
td.TdClassName
{
border-color: #2D6CAD;
}
.TagClassName
{
border-color: #2D6CAD;
}
</style>