Shades of Lochmara #2D759D
Tints of Lochmara #2D759D
RGB
CMYK
RGB Variations
Color information
#2D759D (or 0x2D759D) is known color: Lochmara. HEX triplet: 2D, 75 and 9D. RGB value is (45,117,157). Sum of RGB (Red+Green+Blue) = 45+117+157=319 (42% of max value = 765). Red value is 45 (17.97% from 255 or 14.11% from 319); Green value is 117 (46.09% from 255 or 36.68% from 319); Blue value is 157 (61.72% from 255 or 49.22% from 319); Max value from RGB is 157 - color contains mainly: blue. Hex color #2D759D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D759D is #D28A62. Grayscale: #636363. Windows color (decimal): -13797987 or 10319149. OLE color: 10319149.
HSL color Cylindrical-coordinate representation of color #2D759D: hue angle of 201.43º 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 #2D759D is Cyan = 0.71, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 45 | 117 | 157 | - |
| CMYK | 0.71 | 0.25 | 0 | 0.38 |
| HSL | 201.43º | 0.55% | 0.4% | - |
| HSV(B) | 201.43º | 0.71% | 0.62% | - |
| XYZ | 13.53 | 15.71 | 34.22 | - |
| YUV | 100.03 | 160.15 | 88.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 117 | 157 | 0.71 | 0.25 | 0 | 0.38 | 201.43 | 0.55 | 0.4 |
| Hex | 2D | 75 | 9D | 47 | 19 | 0 | 26 | C9 | 37 | 28 |
| Octal | 55 | 165 | 235 | 107 | 31 | 0 | 46 | 311 | 67 | 50 |
| Binary | 101101 | 1110101 | 10011101 | 1000111 | 11001 | 0 | 100110 | 11001001 | 110111 | 101000 |
Color Harmonies of #2D759D
Complementary color
Monochromatic Colors of #2D759D
Black with #2D759D
Text Example
Text Example
White with #2D759D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D759D; }
p { color: rgb(45,117,157); }
H1.HeaderClassName
{
color: #2D759D;
}
.AnyTagClassName
{
color: #2D759D;
}
</style>
background-color css
<style>
a { background-color: #2D759D; }
a { background-color: rgb(45,117,157); }
div.DivClassName
{
background-color: #2D759D;
}
.BgClassName
{
background-color: #2D759D;
}
</style>
border-color css
<style>
span { border-color: #2D759D; }
span { border-color: rgb(45,117,157); }
td.TdClassName
{
border-color: #2D759D;
}
.TagClassName
{
border-color: #2D759D;
}
</style>