Shades of Lochmara #2D7BAE
Tints of Lochmara #2D7BAE
RGB
CMYK
RGB Variations
Color information
#2D7BAE (or 0x2D7BAE) is known color: Lochmara. HEX triplet: 2D, 7B and AE. RGB value is (45,123,174). Sum of RGB (Red+Green+Blue) = 45+123+174=342 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.16% from 342); Green value is 123 (48.44% from 255 or 35.96% from 342); Blue value is 174 (68.36% from 255 or 50.88% from 342); Max value from RGB is 174 - color contains mainly: blue. Hex color #2D7BAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D7BAE is #D28451. Grayscale: #696969. Windows color (decimal): -13796434 or 11434797. OLE color: 11434797.
HSL color Cylindrical-coordinate representation of color #2D7BAE: hue angle of 203.72º 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 #2D7BAE is Cyan = 0.74, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 45 | 123 | 174 | - |
| CMYK | 0.74 | 0.29 | 0 | 0.32 |
| HSL | 203.72º | 0.59% | 0.43% | - |
| HSV(B) | 203.72º | 0.74% | 0.68% | - |
| XYZ | 15.81 | 17.78 | 42.64 | - |
| YUV | 105.49 | 166.66 | 84.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 123 | 174 | 0.74 | 0.29 | 0 | 0.32 | 203.72 | 0.59 | 0.43 |
| Hex | 2D | 7B | AE | 4A | 1D | 0 | 20 | CC | 3B | 2B |
| Octal | 55 | 173 | 256 | 112 | 35 | 0 | 40 | 314 | 73 | 53 |
| Binary | 101101 | 1111011 | 10101110 | 1001010 | 11101 | 0 | 100000 | 11001100 | 111011 | 101011 |
Color Harmonies of #2D7BAE
Complementary color
Monochromatic Colors of #2D7BAE
Black with #2D7BAE
Text Example
Text Example
White with #2D7BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D7BAE; }
p { color: rgb(45,123,174); }
H1.HeaderClassName
{
color: #2D7BAE;
}
.AnyTagClassName
{
color: #2D7BAE;
}
</style>
background-color css
<style>
a { background-color: #2D7BAE; }
a { background-color: rgb(45,123,174); }
div.DivClassName
{
background-color: #2D7BAE;
}
.BgClassName
{
background-color: #2D7BAE;
}
</style>
border-color css
<style>
span { border-color: #2D7BAE; }
span { border-color: rgb(45,123,174); }
td.TdClassName
{
border-color: #2D7BAE;
}
.TagClassName
{
border-color: #2D7BAE;
}
</style>