Shades of Lochmara #2672AD
Tints of Lochmara #2672AD
RGB
CMYK
RGB Variations
Color information
#2672AD (or 0x2672AD) is known color: Lochmara. HEX triplet: 26, 72 and AD. RGB value is (38,114,173). Sum of RGB (Red+Green+Blue) = 38+114+173=325 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.69% from 325); Green value is 114 (44.92% from 255 or 35.08% from 325); Blue value is 173 (67.97% from 255 or 53.23% from 325); Max value from RGB is 173 - color contains mainly: blue. Hex color #2672AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2672AD is #D98D52. Grayscale: #616161. Windows color (decimal): -14257491 or 11366950. OLE color: 11366950.
HSL color Cylindrical-coordinate representation of color #2672AD: hue angle of 206.22º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2672AD is Cyan = 0.78, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 38 | 114 | 173 | - |
| CMYK | 0.78 | 0.34 | 0 | 0.32 |
| HSL | 206.22º | 0.64% | 0.41% | - |
| HSV(B) | 206.22º | 0.78% | 0.68% | - |
| XYZ | 14.36 | 15.46 | 41.76 | - |
| YUV | 98 | 170.32 | 85.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 114 | 173 | 0.78 | 0.34 | 0 | 0.32 | 206.22 | 0.64 | 0.41 |
| Hex | 26 | 72 | AD | 4E | 22 | 0 | 20 | CE | 40 | 29 |
| Octal | 46 | 162 | 255 | 116 | 42 | 0 | 40 | 316 | 100 | 51 |
| Binary | 100110 | 1110010 | 10101101 | 1001110 | 100010 | 0 | 100000 | 11001110 | 1000000 | 101001 |
Color Harmonies of #2672AD
Complementary color
Monochromatic Colors of #2672AD
Black with #2672AD
Text Example
Text Example
White with #2672AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2672AD; }
p { color: rgb(38,114,173); }
H1.HeaderClassName
{
color: #2672AD;
}
.AnyTagClassName
{
color: #2672AD;
}
</style>
background-color css
<style>
a { background-color: #2672AD; }
a { background-color: rgb(38,114,173); }
div.DivClassName
{
background-color: #2672AD;
}
.BgClassName
{
background-color: #2672AD;
}
</style>
border-color css
<style>
span { border-color: #2672AD; }
span { border-color: rgb(38,114,173); }
td.TdClassName
{
border-color: #2672AD;
}
.TagClassName
{
border-color: #2672AD;
}
</style>