Shades of Lochmara #2D609B
Tints of Lochmara #2D609B
RGB
CMYK
RGB Variations
Color information
#2D609B (or 0x2D609B) is known color: Lochmara. HEX triplet: 2D, 60 and 9B. RGB value is (45,96,155). Sum of RGB (Red+Green+Blue) = 45+96+155=296 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.20% from 296); Green value is 96 (37.89% from 255 or 32.43% from 296); Blue value is 155 (60.94% from 255 or 52.36% from 296); Max value from RGB is 155 - color contains mainly: blue. Hex color #2D609B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D609B is #D29F64. Grayscale: #575757. Windows color (decimal): -13803365 or 10182701. OLE color: 10182701.
HSL color Cylindrical-coordinate representation of color #2D609B: hue angle of 212.18º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2D609B is Cyan = 0.71, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 45 | 96 | 155 | - |
| CMYK | 0.71 | 0.38 | 0 | 0.39 |
| HSL | 212.18º | 0.55% | 0.39% | - |
| HSV(B) | 212.18º | 0.71% | 0.61% | - |
| XYZ | 11.18 | 11.29 | 32.6 | - |
| YUV | 87.48 | 166.1 | 97.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 96 | 155 | 0.71 | 0.38 | 0 | 0.39 | 212.18 | 0.55 | 0.39 |
| Hex | 2D | 60 | 9B | 47 | 26 | 0 | 27 | D4 | 37 | 27 |
| Octal | 55 | 140 | 233 | 107 | 46 | 0 | 47 | 324 | 67 | 47 |
| Binary | 101101 | 1100000 | 10011011 | 1000111 | 100110 | 0 | 100111 | 11010100 | 110111 | 100111 |
Color Harmonies of #2D609B
Complementary color
Monochromatic Colors of #2D609B
Black with #2D609B
Text Example
Text Example
White with #2D609B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D609B; }
p { color: rgb(45,96,155); }
H1.HeaderClassName
{
color: #2D609B;
}
.AnyTagClassName
{
color: #2D609B;
}
</style>
background-color css
<style>
a { background-color: #2D609B; }
a { background-color: rgb(45,96,155); }
div.DivClassName
{
background-color: #2D609B;
}
.BgClassName
{
background-color: #2D609B;
}
</style>
border-color css
<style>
span { border-color: #2D609B; }
span { border-color: rgb(45,96,155); }
td.TdClassName
{
border-color: #2D609B;
}
.TagClassName
{
border-color: #2D609B;
}
</style>