Shades of Lochmara #2675AB
Tints of Lochmara #2675AB
RGB
CMYK
RGB Variations
Color information
#2675AB (or 0x2675AB) is known color: Lochmara. HEX triplet: 26, 75 and AB. RGB value is (38,117,171). Sum of RGB (Red+Green+Blue) = 38+117+171=326 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.66% from 326); Green value is 117 (46.09% from 255 or 35.89% from 326); Blue value is 171 (67.19% from 255 or 52.45% from 326); Max value from RGB is 171 - color contains mainly: blue. Hex color #2675AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2675AB is #D98A54. Grayscale: #636363. Windows color (decimal): -14256725 or 11236646. OLE color: 11236646.
HSL color Cylindrical-coordinate representation of color #2675AB: hue angle of 204.36º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2675AB is Cyan = 0.78, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 38 | 117 | 171 | - |
| CMYK | 0.78 | 0.32 | 0 | 0.33 |
| HSL | 204.36º | 0.64% | 0.41% | - |
| HSV(B) | 204.36º | 0.78% | 0.67% | - |
| XYZ | 14.51 | 16.07 | 40.87 | - |
| YUV | 99.54 | 168.33 | 84.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 117 | 171 | 0.78 | 0.32 | 0 | 0.33 | 204.36 | 0.64 | 0.41 |
| Hex | 26 | 75 | AB | 4E | 20 | 0 | 21 | CC | 40 | 29 |
| Octal | 46 | 165 | 253 | 116 | 40 | 0 | 41 | 314 | 100 | 51 |
| Binary | 100110 | 1110101 | 10101011 | 1001110 | 100000 | 0 | 100001 | 11001100 | 1000000 | 101001 |
Color Harmonies of #2675AB
Complementary color
Monochromatic Colors of #2675AB
Black with #2675AB
Text Example
Text Example
White with #2675AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2675AB; }
p { color: rgb(38,117,171); }
H1.HeaderClassName
{
color: #2675AB;
}
.AnyTagClassName
{
color: #2675AB;
}
</style>
background-color css
<style>
a { background-color: #2675AB; }
a { background-color: rgb(38,117,171); }
div.DivClassName
{
background-color: #2675AB;
}
.BgClassName
{
background-color: #2675AB;
}
</style>
border-color css
<style>
span { border-color: #2675AB; }
span { border-color: rgb(38,117,171); }
td.TdClassName
{
border-color: #2675AB;
}
.TagClassName
{
border-color: #2675AB;
}
</style>