Shades of Lochmara #2D749F
Tints of Lochmara #2D749F
RGB
CMYK
RGB Variations
Color information
#2D749F (or 0x2D749F) is known color: Lochmara. HEX triplet: 2D, 74 and 9F. RGB value is (45,116,159). Sum of RGB (Red+Green+Blue) = 45+116+159=320 (42% of max value = 765). Red value is 45 (17.97% from 255 or 14.06% from 320); Green value is 116 (45.70% from 255 or 36.25% from 320); Blue value is 159 (62.5% from 255 or 49.69% from 320); Max value from RGB is 159 - color contains mainly: blue. Hex color #2D749F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D749F is #D28B60. Grayscale: #636363. Windows color (decimal): -13798241 or 10449965. OLE color: 10449965.
HSL color Cylindrical-coordinate representation of color #2D749F: hue angle of 202.63º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2D749F is Cyan = 0.72, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 45 | 116 | 159 | - |
| CMYK | 0.72 | 0.27 | 0 | 0.38 |
| HSL | 202.63º | 0.56% | 0.4% | - |
| HSV(B) | 202.63º | 0.72% | 0.62% | - |
| XYZ | 13.59 | 15.55 | 35.09 | - |
| YUV | 99.67 | 161.48 | 89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 116 | 159 | 0.72 | 0.27 | 0 | 0.38 | 202.63 | 0.56 | 0.4 |
| Hex | 2D | 74 | 9F | 48 | 1B | 0 | 26 | CB | 38 | 28 |
| Octal | 55 | 164 | 237 | 110 | 33 | 0 | 46 | 313 | 70 | 50 |
| Binary | 101101 | 1110100 | 10011111 | 1001000 | 11011 | 0 | 100110 | 11001011 | 111000 | 101000 |
Color Harmonies of #2D749F
Complementary color
Monochromatic Colors of #2D749F
Black with #2D749F
Text Example
Text Example
White with #2D749F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D749F; }
p { color: rgb(45,116,159); }
H1.HeaderClassName
{
color: #2D749F;
}
.AnyTagClassName
{
color: #2D749F;
}
</style>
background-color css
<style>
a { background-color: #2D749F; }
a { background-color: rgb(45,116,159); }
div.DivClassName
{
background-color: #2D749F;
}
.BgClassName
{
background-color: #2D749F;
}
</style>
border-color css
<style>
span { border-color: #2D749F; }
span { border-color: rgb(45,116,159); }
td.TdClassName
{
border-color: #2D749F;
}
.TagClassName
{
border-color: #2D749F;
}
</style>