Shades of Lochmara #2D6D9D
Tints of Lochmara #2D6D9D
RGB
CMYK
RGB Variations
Color information
#2D6D9D (or 0x2D6D9D) is known color: Lochmara. HEX triplet: 2D, 6D and 9D. RGB value is (45,109,157). Sum of RGB (Red+Green+Blue) = 45+109+157=311 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.47% from 311); Green value is 109 (42.97% from 255 or 35.05% from 311); Blue value is 157 (61.72% from 255 or 50.48% from 311); Max value from RGB is 157 - color contains mainly: blue. Hex color #2D6D9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D6D9D is #D29262. Grayscale: #5F5F5F. Windows color (decimal): -13800035 or 10317101. OLE color: 10317101.
HSL color Cylindrical-coordinate representation of color #2D6D9D: hue angle of 205.71º 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 #2D6D9D is Cyan = 0.71, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 45 | 109 | 157 | - |
| CMYK | 0.71 | 0.31 | 0 | 0.38 |
| HSL | 205.71º | 0.55% | 0.4% | - |
| HSV(B) | 205.71º | 0.71% | 0.62% | - |
| XYZ | 12.64 | 13.93 | 33.92 | - |
| YUV | 95.34 | 162.8 | 92.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 109 | 157 | 0.71 | 0.31 | 0 | 0.38 | 205.71 | 0.55 | 0.4 |
| Hex | 2D | 6D | 9D | 47 | 1F | 0 | 26 | CE | 37 | 28 |
| Octal | 55 | 155 | 235 | 107 | 37 | 0 | 46 | 316 | 67 | 50 |
| Binary | 101101 | 1101101 | 10011101 | 1000111 | 11111 | 0 | 100110 | 11001110 | 110111 | 101000 |
Color Harmonies of #2D6D9D
Complementary color
Monochromatic Colors of #2D6D9D
Black with #2D6D9D
Text Example
Text Example
White with #2D6D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6D9D; }
p { color: rgb(45,109,157); }
H1.HeaderClassName
{
color: #2D6D9D;
}
.AnyTagClassName
{
color: #2D6D9D;
}
</style>
background-color css
<style>
a { background-color: #2D6D9D; }
a { background-color: rgb(45,109,157); }
div.DivClassName
{
background-color: #2D6D9D;
}
.BgClassName
{
background-color: #2D6D9D;
}
</style>
border-color css
<style>
span { border-color: #2D6D9D; }
span { border-color: rgb(45,109,157); }
td.TdClassName
{
border-color: #2D6D9D;
}
.TagClassName
{
border-color: #2D6D9D;
}
</style>