Shades of Lochmara #2675AD
Tints of Lochmara #2675AD
RGB
CMYK
RGB Variations
Color information
#2675AD (or 0x2675AD) is known color: Lochmara. HEX triplet: 26, 75 and AD. RGB value is (38,117,173). Sum of RGB (Red+Green+Blue) = 38+117+173=328 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.59% from 328); Green value is 117 (46.09% from 255 or 35.67% from 328); Blue value is 173 (67.97% from 255 or 52.74% from 328); Max value from RGB is 173 - color contains mainly: blue. Hex color #2675AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2675AD is #D98A52. Grayscale: #636363. Windows color (decimal): -14256723 or 11367718. OLE color: 11367718.
HSL color Cylindrical-coordinate representation of color #2675AD: hue angle of 204.89º 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 #2675AD is Cyan = 0.78, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 38 | 117 | 173 | - |
| CMYK | 0.78 | 0.32 | 0 | 0.32 |
| HSL | 204.89º | 0.64% | 0.41% | - |
| HSV(B) | 204.89º | 0.78% | 0.68% | - |
| XYZ | 14.7 | 16.15 | 41.88 | - |
| YUV | 99.76 | 169.33 | 83.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 117 | 173 | 0.78 | 0.32 | 0 | 0.32 | 204.89 | 0.64 | 0.41 |
| Hex | 26 | 75 | AD | 4E | 20 | 0 | 20 | CD | 40 | 29 |
| Octal | 46 | 165 | 255 | 116 | 40 | 0 | 40 | 315 | 100 | 51 |
| Binary | 100110 | 1110101 | 10101101 | 1001110 | 100000 | 0 | 100000 | 11001101 | 1000000 | 101001 |
Color Harmonies of #2675AD
Complementary color
Monochromatic Colors of #2675AD
Black with #2675AD
Text Example
Text Example
White with #2675AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2675AD; }
p { color: rgb(38,117,173); }
H1.HeaderClassName
{
color: #2675AD;
}
.AnyTagClassName
{
color: #2675AD;
}
</style>
background-color css
<style>
a { background-color: #2675AD; }
a { background-color: rgb(38,117,173); }
div.DivClassName
{
background-color: #2675AD;
}
.BgClassName
{
background-color: #2675AD;
}
</style>
border-color css
<style>
span { border-color: #2675AD; }
span { border-color: rgb(38,117,173); }
td.TdClassName
{
border-color: #2675AD;
}
.TagClassName
{
border-color: #2675AD;
}
</style>