Shades of Lochmara #2D5FAA
Tints of Lochmara #2D5FAA
RGB
CMYK
RGB Variations
Color information
#2D5FAA (or 0x2D5FAA) is known color: Lochmara. HEX triplet: 2D, 5F and AA. RGB value is (45,95,170). Sum of RGB (Red+Green+Blue) = 45+95+170=310 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.52% from 310); Green value is 95 (37.5% from 255 or 30.65% from 310); Blue value is 170 (66.80% from 255 or 54.84% from 310); Max value from RGB is 170 - color contains mainly: blue. Hex color #2D5FAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D5FAA is #D2A055. Grayscale: #585858. Windows color (decimal): -13803606 or 11165485. OLE color: 11165485.
HSL color Cylindrical-coordinate representation of color #2D5FAA: hue angle of 216º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2D5FAA is Cyan = 0.74, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 95 | 170 | - |
| CMYK | 0.74 | 0.44 | 0 | 0.33 |
| HSL | 216º | 0.58% | 0.42% | - |
| HSV(B) | 216º | 0.74% | 0.67% | - |
| XYZ | 12.43 | 11.64 | 39.62 | - |
| YUV | 88.6 | 173.94 | 96.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 95 | 170 | 0.74 | 0.44 | 0 | 0.33 | 216 | 0.58 | 0.42 |
| Hex | 2D | 5F | AA | 4A | 2C | 0 | 21 | D8 | 3A | 2A |
| Octal | 55 | 137 | 252 | 112 | 54 | 0 | 41 | 330 | 72 | 52 |
| Binary | 101101 | 1011111 | 10101010 | 1001010 | 101100 | 0 | 100001 | 11011000 | 111010 | 101010 |
Color Harmonies of #2D5FAA
Complementary color
Monochromatic Colors of #2D5FAA
Black with #2D5FAA
Text Example
Text Example
White with #2D5FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5FAA; }
p { color: rgb(45,95,170); }
H1.HeaderClassName
{
color: #2D5FAA;
}
.AnyTagClassName
{
color: #2D5FAA;
}
</style>
background-color css
<style>
a { background-color: #2D5FAA; }
a { background-color: rgb(45,95,170); }
div.DivClassName
{
background-color: #2D5FAA;
}
.BgClassName
{
background-color: #2D5FAA;
}
</style>
border-color css
<style>
span { border-color: #2D5FAA; }
span { border-color: rgb(45,95,170); }
td.TdClassName
{
border-color: #2D5FAA;
}
.TagClassName
{
border-color: #2D5FAA;
}
</style>