Shades of Lochmara #2D60AD
Tints of Lochmara #2D60AD
RGB
CMYK
RGB Variations
Color information
#2D60AD (or 0x2D60AD) is known color: Lochmara. HEX triplet: 2D, 60 and AD. RGB value is (45,96,173). Sum of RGB (Red+Green+Blue) = 45+96+173=314 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.33% from 314); Green value is 96 (37.89% from 255 or 30.57% from 314); Blue value is 173 (67.97% from 255 or 55.10% from 314); Max value from RGB is 173 - color contains mainly: blue. Hex color #2D60AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D60AD is #D29F52. Grayscale: #595959. Windows color (decimal): -13803347 or 11362349. OLE color: 11362349.
HSL color Cylindrical-coordinate representation of color #2D60AD: hue angle of 216.09º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2D60AD is Cyan = 0.74, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 45 | 96 | 173 | - |
| CMYK | 0.74 | 0.45 | 0 | 0.32 |
| HSL | 216.09º | 0.59% | 0.43% | - |
| HSV(B) | 216.09º | 0.74% | 0.68% | - |
| XYZ | 12.81 | 11.94 | 41.16 | - |
| YUV | 89.53 | 175.1 | 96.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 96 | 173 | 0.74 | 0.45 | 0 | 0.32 | 216.09 | 0.59 | 0.43 |
| Hex | 2D | 60 | AD | 4A | 2D | 0 | 20 | D8 | 3B | 2B |
| Octal | 55 | 140 | 255 | 112 | 55 | 0 | 40 | 330 | 73 | 53 |
| Binary | 101101 | 1100000 | 10101101 | 1001010 | 101101 | 0 | 100000 | 11011000 | 111011 | 101011 |
Color Harmonies of #2D60AD
Complementary color
Monochromatic Colors of #2D60AD
Black with #2D60AD
Text Example
Text Example
White with #2D60AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D60AD; }
p { color: rgb(45,96,173); }
H1.HeaderClassName
{
color: #2D60AD;
}
.AnyTagClassName
{
color: #2D60AD;
}
</style>
background-color css
<style>
a { background-color: #2D60AD; }
a { background-color: rgb(45,96,173); }
div.DivClassName
{
background-color: #2D60AD;
}
.BgClassName
{
background-color: #2D60AD;
}
</style>
border-color css
<style>
span { border-color: #2D60AD; }
span { border-color: rgb(45,96,173); }
td.TdClassName
{
border-color: #2D60AD;
}
.TagClassName
{
border-color: #2D60AD;
}
</style>