Shades of Lochmara #2D65A0
Tints of Lochmara #2D65A0
RGB
CMYK
RGB Variations
Color information
#2D65A0 (or 0x2D65A0) is known color: Lochmara. HEX triplet: 2D, 65 and A0. RGB value is (45,101,160). Sum of RGB (Red+Green+Blue) = 45+101+160=306 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.71% from 306); Green value is 101 (39.84% from 255 or 33.01% from 306); Blue value is 160 (62.89% from 255 or 52.29% from 306); Max value from RGB is 160 - color contains mainly: blue. Hex color #2D65A0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D65A0 is #D29A5F. Grayscale: #5A5A5A. Windows color (decimal): -13802080 or 10511661. OLE color: 10511661.
HSL color Cylindrical-coordinate representation of color #2D65A0: hue angle of 210.78º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2D65A0 is Cyan = 0.72, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 45 | 101 | 160 | - |
| CMYK | 0.72 | 0.37 | 0 | 0.37 |
| HSL | 210.78º | 0.56% | 0.4% | - |
| HSV(B) | 210.78º | 0.72% | 0.63% | - |
| XYZ | 12.08 | 12.4 | 35.02 | - |
| YUV | 90.98 | 166.95 | 95.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 101 | 160 | 0.72 | 0.37 | 0 | 0.37 | 210.78 | 0.56 | 0.4 |
| Hex | 2D | 65 | A0 | 48 | 25 | 0 | 25 | D3 | 38 | 28 |
| Octal | 55 | 145 | 240 | 110 | 45 | 0 | 45 | 323 | 70 | 50 |
| Binary | 101101 | 1100101 | 10100000 | 1001000 | 100101 | 0 | 100101 | 11010011 | 111000 | 101000 |
Color Harmonies of #2D65A0
Complementary color
Monochromatic Colors of #2D65A0
Black with #2D65A0
Text Example
Text Example
White with #2D65A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D65A0; }
p { color: rgb(45,101,160); }
H1.HeaderClassName
{
color: #2D65A0;
}
.AnyTagClassName
{
color: #2D65A0;
}
</style>
background-color css
<style>
a { background-color: #2D65A0; }
a { background-color: rgb(45,101,160); }
div.DivClassName
{
background-color: #2D65A0;
}
.BgClassName
{
background-color: #2D65A0;
}
</style>
border-color css
<style>
span { border-color: #2D65A0; }
span { border-color: rgb(45,101,160); }
td.TdClassName
{
border-color: #2D65A0;
}
.TagClassName
{
border-color: #2D65A0;
}
</style>