Shades of Lochmara #2D7BAD
Tints of Lochmara #2D7BAD
RGB
CMYK
RGB Variations
Color information
#2D7BAD (or 0x2D7BAD) is known color: Lochmara. HEX triplet: 2D, 7B and AD. RGB value is (45,123,173). Sum of RGB (Red+Green+Blue) = 45+123+173=341 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.20% from 341); Green value is 123 (48.44% from 255 or 36.07% from 341); Blue value is 173 (67.97% from 255 or 50.73% from 341); Max value from RGB is 173 - color contains mainly: blue. Hex color #2D7BAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D7BAD is #D28452. Grayscale: #696969. Windows color (decimal): -13796435 or 11369261. OLE color: 11369261.
HSL color Cylindrical-coordinate representation of color #2D7BAD: hue angle of 203.44º 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 #2D7BAD is Cyan = 0.74, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 45 | 123 | 173 | - |
| CMYK | 0.74 | 0.29 | 0 | 0.32 |
| HSL | 203.44º | 0.59% | 0.43% | - |
| HSV(B) | 203.44º | 0.74% | 0.68% | - |
| XYZ | 15.71 | 17.74 | 42.13 | - |
| YUV | 105.38 | 166.16 | 84.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 123 | 173 | 0.74 | 0.29 | 0 | 0.32 | 203.44 | 0.59 | 0.43 |
| Hex | 2D | 7B | AD | 4A | 1D | 0 | 20 | CB | 3B | 2B |
| Octal | 55 | 173 | 255 | 112 | 35 | 0 | 40 | 313 | 73 | 53 |
| Binary | 101101 | 1111011 | 10101101 | 1001010 | 11101 | 0 | 100000 | 11001011 | 111011 | 101011 |
Color Harmonies of #2D7BAD
Complementary color
Monochromatic Colors of #2D7BAD
Black with #2D7BAD
Text Example
Text Example
White with #2D7BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D7BAD; }
p { color: rgb(45,123,173); }
H1.HeaderClassName
{
color: #2D7BAD;
}
.AnyTagClassName
{
color: #2D7BAD;
}
</style>
background-color css
<style>
a { background-color: #2D7BAD; }
a { background-color: rgb(45,123,173); }
div.DivClassName
{
background-color: #2D7BAD;
}
.BgClassName
{
background-color: #2D7BAD;
}
</style>
border-color css
<style>
span { border-color: #2D7BAD; }
span { border-color: rgb(45,123,173); }
td.TdClassName
{
border-color: #2D7BAD;
}
.TagClassName
{
border-color: #2D7BAD;
}
</style>