Shades of Lochmara #2D6A9D
Tints of Lochmara #2D6A9D
RGB
CMYK
RGB Variations
Color information
#2D6A9D (or 0x2D6A9D) is known color: Lochmara. HEX triplet: 2D, 6A and 9D. RGB value is (45,106,157). Sum of RGB (Red+Green+Blue) = 45+106+157=308 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.61% from 308); Green value is 106 (41.80% from 255 or 34.42% from 308); Blue value is 157 (61.72% from 255 or 50.97% from 308); Max value from RGB is 157 - color contains mainly: blue. Hex color #2D6A9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D6A9D is #D29562. Grayscale: #5D5D5D. Windows color (decimal): -13800803 or 10316333. OLE color: 10316333.
HSL color Cylindrical-coordinate representation of color #2D6A9D: hue angle of 207.32º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2D6A9D is Cyan = 0.71, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 45 | 106 | 157 | - |
| CMYK | 0.71 | 0.32 | 0 | 0.38 |
| HSL | 207.32º | 0.55% | 0.4% | - |
| HSV(B) | 207.32º | 0.71% | 0.62% | - |
| XYZ | 12.32 | 13.3 | 33.82 | - |
| YUV | 93.58 | 163.79 | 93.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 106 | 157 | 0.71 | 0.32 | 0 | 0.38 | 207.32 | 0.55 | 0.4 |
| Hex | 2D | 6A | 9D | 47 | 20 | 0 | 26 | CF | 37 | 28 |
| Octal | 55 | 152 | 235 | 107 | 40 | 0 | 46 | 317 | 67 | 50 |
| Binary | 101101 | 1101010 | 10011101 | 1000111 | 100000 | 0 | 100110 | 11001111 | 110111 | 101000 |
Color Harmonies of #2D6A9D
Complementary color
Monochromatic Colors of #2D6A9D
Black with #2D6A9D
Text Example
Text Example
White with #2D6A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6A9D; }
p { color: rgb(45,106,157); }
H1.HeaderClassName
{
color: #2D6A9D;
}
.AnyTagClassName
{
color: #2D6A9D;
}
</style>
background-color css
<style>
a { background-color: #2D6A9D; }
a { background-color: rgb(45,106,157); }
div.DivClassName
{
background-color: #2D6A9D;
}
.BgClassName
{
background-color: #2D6A9D;
}
</style>
border-color css
<style>
span { border-color: #2D6A9D; }
span { border-color: rgb(45,106,157); }
td.TdClassName
{
border-color: #2D6A9D;
}
.TagClassName
{
border-color: #2D6A9D;
}
</style>