Shades of Lochmara #2672A3
Tints of Lochmara #2672A3
RGB
CMYK
RGB Variations
Color information
#2672A3 (or 0x2672A3) is known color: Lochmara. HEX triplet: 26, 72 and A3. RGB value is (38,114,163). Sum of RGB (Red+Green+Blue) = 38+114+163=315 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.06% from 315); Green value is 114 (44.92% from 255 or 36.19% from 315); Blue value is 163 (64.06% from 255 or 51.75% from 315); Max value from RGB is 163 - color contains mainly: blue. Hex color #2672A3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2672A3 is #D98D5C. Grayscale: #606060. Windows color (decimal): -14257501 or 10711590. OLE color: 10711590.
HSL color Cylindrical-coordinate representation of color #2672A3: hue angle of 203.52º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2672A3 is Cyan = 0.77, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 38 | 114 | 163 | - |
| CMYK | 0.77 | 0.30 | 0 | 0.36 |
| HSL | 203.52º | 0.62% | 0.39% | - |
| HSV(B) | 203.52º | 0.77% | 0.64% | - |
| XYZ | 13.43 | 15.09 | 36.86 | - |
| YUV | 96.86 | 165.32 | 86.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 114 | 163 | 0.77 | 0.30 | 0 | 0.36 | 203.52 | 0.62 | 0.39 |
| Hex | 26 | 72 | A3 | 4D | 1E | 0 | 24 | CC | 3E | 27 |
| Octal | 46 | 162 | 243 | 115 | 36 | 0 | 44 | 314 | 76 | 47 |
| Binary | 100110 | 1110010 | 10100011 | 1001101 | 11110 | 0 | 100100 | 11001100 | 111110 | 100111 |
Color Harmonies of #2672A3
Complementary color
Monochromatic Colors of #2672A3
Black with #2672A3
Text Example
Text Example
White with #2672A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2672A3; }
p { color: rgb(38,114,163); }
H1.HeaderClassName
{
color: #2672A3;
}
.AnyTagClassName
{
color: #2672A3;
}
</style>
background-color css
<style>
a { background-color: #2672A3; }
a { background-color: rgb(38,114,163); }
div.DivClassName
{
background-color: #2672A3;
}
.BgClassName
{
background-color: #2672A3;
}
</style>
border-color css
<style>
span { border-color: #2672A3; }
span { border-color: rgb(38,114,163); }
td.TdClassName
{
border-color: #2672A3;
}
.TagClassName
{
border-color: #2672A3;
}
</style>