Shades of Lochmara #2D60A4
Tints of Lochmara #2D60A4
RGB
CMYK
RGB Variations
Color information
#2D60A4 (or 0x2D60A4) is known color: Lochmara. HEX triplet: 2D, 60 and A4. RGB value is (45,96,164). Sum of RGB (Red+Green+Blue) = 45+96+164=305 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.75% from 305); Green value is 96 (37.89% from 255 or 31.48% from 305); Blue value is 164 (64.45% from 255 or 53.77% from 305); Max value from RGB is 164 - color contains mainly: blue. Hex color #2D60A4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D60A4 is #D29F5B. Grayscale: #585858. Windows color (decimal): -13803356 or 10772525. OLE color: 10772525.
HSL color Cylindrical-coordinate representation of color #2D60A4: hue angle of 214.29º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2D60A4 is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 45 | 96 | 164 | - |
| CMYK | 0.73 | 0.41 | 0 | 0.36 |
| HSL | 214.29º | 0.57% | 0.41% | - |
| HSV(B) | 214.29º | 0.73% | 0.64% | - |
| XYZ | 11.97 | 11.6 | 36.73 | - |
| YUV | 88.5 | 170.6 | 96.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 96 | 164 | 0.73 | 0.41 | 0 | 0.36 | 214.29 | 0.57 | 0.41 |
| Hex | 2D | 60 | A4 | 49 | 29 | 0 | 24 | D6 | 39 | 29 |
| Octal | 55 | 140 | 244 | 111 | 51 | 0 | 44 | 326 | 71 | 51 |
| Binary | 101101 | 1100000 | 10100100 | 1001001 | 101001 | 0 | 100100 | 11010110 | 111001 | 101001 |
Color Harmonies of #2D60A4
Complementary color
Monochromatic Colors of #2D60A4
Black with #2D60A4
Text Example
Text Example
White with #2D60A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D60A4; }
p { color: rgb(45,96,164); }
H1.HeaderClassName
{
color: #2D60A4;
}
.AnyTagClassName
{
color: #2D60A4;
}
</style>
background-color css
<style>
a { background-color: #2D60A4; }
a { background-color: rgb(45,96,164); }
div.DivClassName
{
background-color: #2D60A4;
}
.BgClassName
{
background-color: #2D60A4;
}
</style>
border-color css
<style>
span { border-color: #2D60A4; }
span { border-color: rgb(45,96,164); }
td.TdClassName
{
border-color: #2D60A4;
}
.TagClassName
{
border-color: #2D60A4;
}
</style>