Shades of Lochmara #2D629D
Tints of Lochmara #2D629D
RGB
CMYK
RGB Variations
Color information
#2D629D (or 0x2D629D) is known color: Lochmara. HEX triplet: 2D, 62 and 9D. RGB value is (45,98,157). Sum of RGB (Red+Green+Blue) = 45+98+157=300 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15% from 300); Green value is 98 (38.67% from 255 or 32.67% from 300); Blue value is 157 (61.72% from 255 or 52.33% from 300); Max value from RGB is 157 - color contains mainly: blue. Hex color #2D629D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D629D is #D29D62. Grayscale: #585858. Windows color (decimal): -13802851 or 10314285. OLE color: 10314285.
HSL color Cylindrical-coordinate representation of color #2D629D: hue angle of 211.61º 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 #2D629D is Cyan = 0.71, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 45 | 98 | 157 | - |
| CMYK | 0.71 | 0.38 | 0 | 0.38 |
| HSL | 211.61º | 0.55% | 0.4% | - |
| HSV(B) | 211.61º | 0.71% | 0.62% | - |
| XYZ | 11.54 | 11.73 | 33.55 | - |
| YUV | 88.88 | 166.44 | 96.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 98 | 157 | 0.71 | 0.38 | 0 | 0.38 | 211.61 | 0.55 | 0.4 |
| Hex | 2D | 62 | 9D | 47 | 26 | 0 | 26 | D4 | 37 | 28 |
| Octal | 55 | 142 | 235 | 107 | 46 | 0 | 46 | 324 | 67 | 50 |
| Binary | 101101 | 1100010 | 10011101 | 1000111 | 100110 | 0 | 100110 | 11010100 | 110111 | 101000 |
Color Harmonies of #2D629D
Complementary color
Monochromatic Colors of #2D629D
Black with #2D629D
Text Example
Text Example
White with #2D629D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D629D; }
p { color: rgb(45,98,157); }
H1.HeaderClassName
{
color: #2D629D;
}
.AnyTagClassName
{
color: #2D629D;
}
</style>
background-color css
<style>
a { background-color: #2D629D; }
a { background-color: rgb(45,98,157); }
div.DivClassName
{
background-color: #2D629D;
}
.BgClassName
{
background-color: #2D629D;
}
</style>
border-color css
<style>
span { border-color: #2D629D; }
span { border-color: rgb(45,98,157); }
td.TdClassName
{
border-color: #2D629D;
}
.TagClassName
{
border-color: #2D629D;
}
</style>