Shades of Lochmara #2D679D
Tints of Lochmara #2D679D
RGB
CMYK
RGB Variations
Color information
#2D679D (or 0x2D679D) is known color: Lochmara. HEX triplet: 2D, 67 and 9D. RGB value is (45,103,157). Sum of RGB (Red+Green+Blue) = 45+103+157=305 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.75% from 305); Green value is 103 (40.62% from 255 or 33.77% from 305); Blue value is 157 (61.72% from 255 or 51.48% from 305); Max value from RGB is 157 - color contains mainly: blue. Hex color #2D679D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D679D is #D29862. Grayscale: #5B5B5B. Windows color (decimal): -13801571 or 10315565. OLE color: 10315565.
HSL color Cylindrical-coordinate representation of color #2D679D: hue angle of 208.93º 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 #2D679D is Cyan = 0.71, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 45 | 103 | 157 | - |
| CMYK | 0.71 | 0.34 | 0 | 0.38 |
| HSL | 208.93º | 0.55% | 0.4% | - |
| HSV(B) | 208.93º | 0.71% | 0.62% | - |
| XYZ | 12.02 | 12.69 | 33.71 | - |
| YUV | 91.81 | 164.78 | 94.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 103 | 157 | 0.71 | 0.34 | 0 | 0.38 | 208.93 | 0.55 | 0.4 |
| Hex | 2D | 67 | 9D | 47 | 22 | 0 | 26 | D1 | 37 | 28 |
| Octal | 55 | 147 | 235 | 107 | 42 | 0 | 46 | 321 | 67 | 50 |
| Binary | 101101 | 1100111 | 10011101 | 1000111 | 100010 | 0 | 100110 | 11010001 | 110111 | 101000 |
Color Harmonies of #2D679D
Complementary color
Monochromatic Colors of #2D679D
Black with #2D679D
Text Example
Text Example
White with #2D679D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D679D; }
p { color: rgb(45,103,157); }
H1.HeaderClassName
{
color: #2D679D;
}
.AnyTagClassName
{
color: #2D679D;
}
</style>
background-color css
<style>
a { background-color: #2D679D; }
a { background-color: rgb(45,103,157); }
div.DivClassName
{
background-color: #2D679D;
}
.BgClassName
{
background-color: #2D679D;
}
</style>
border-color css
<style>
span { border-color: #2D679D; }
span { border-color: rgb(45,103,157); }
td.TdClassName
{
border-color: #2D679D;
}
.TagClassName
{
border-color: #2D679D;
}
</style>