Shades of Lochmara #2D6BAE
Tints of Lochmara #2D6BAE
RGB
CMYK
RGB Variations
Color information
#2D6BAE (or 0x2D6BAE) is known color: Lochmara. HEX triplet: 2D, 6B and AE. RGB value is (45,107,174). Sum of RGB (Red+Green+Blue) = 45+107+174=326 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.80% from 326); Green value is 107 (42.19% from 255 or 32.82% from 326); Blue value is 174 (68.36% from 255 or 53.37% from 326); Max value from RGB is 174 - color contains mainly: blue. Hex color #2D6BAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D6BAE is #D29451. Grayscale: #5F5F5F. Windows color (decimal): -13800530 or 11430701. OLE color: 11430701.
HSL color Cylindrical-coordinate representation of color #2D6BAE: hue angle of 211.16º 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 #2D6BAE is Cyan = 0.74, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 45 | 107 | 174 | - |
| CMYK | 0.74 | 0.39 | 0 | 0.32 |
| HSL | 211.16º | 0.59% | 0.43% | - |
| HSV(B) | 211.16º | 0.74% | 0.68% | - |
| XYZ | 13.98 | 14.13 | 42.03 | - |
| YUV | 96.1 | 171.96 | 91.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 107 | 174 | 0.74 | 0.39 | 0 | 0.32 | 211.16 | 0.59 | 0.43 |
| Hex | 2D | 6B | AE | 4A | 27 | 0 | 20 | D3 | 3B | 2B |
| Octal | 55 | 153 | 256 | 112 | 47 | 0 | 40 | 323 | 73 | 53 |
| Binary | 101101 | 1101011 | 10101110 | 1001010 | 100111 | 0 | 100000 | 11010011 | 111011 | 101011 |
Color Harmonies of #2D6BAE
Complementary color
Monochromatic Colors of #2D6BAE
Black with #2D6BAE
Text Example
Text Example
White with #2D6BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6BAE; }
p { color: rgb(45,107,174); }
H1.HeaderClassName
{
color: #2D6BAE;
}
.AnyTagClassName
{
color: #2D6BAE;
}
</style>
background-color css
<style>
a { background-color: #2D6BAE; }
a { background-color: rgb(45,107,174); }
div.DivClassName
{
background-color: #2D6BAE;
}
.BgClassName
{
background-color: #2D6BAE;
}
</style>
border-color css
<style>
span { border-color: #2D6BAE; }
span { border-color: rgb(45,107,174); }
td.TdClassName
{
border-color: #2D6BAE;
}
.TagClassName
{
border-color: #2D6BAE;
}
</style>