Shades of Lochmara #2674AA
Tints of Lochmara #2674AA
RGB
CMYK
RGB Variations
Color information
#2674AA (or 0x2674AA) is known color: Lochmara. HEX triplet: 26, 74 and AA. RGB value is (38,116,170). Sum of RGB (Red+Green+Blue) = 38+116+170=324 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.73% from 324); Green value is 116 (45.70% from 255 or 35.80% from 324); Blue value is 170 (66.80% from 255 or 52.47% from 324); Max value from RGB is 170 - color contains mainly: blue. Hex color #2674AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2674AA is #D98B55. Grayscale: #626262. Windows color (decimal): -14256982 or 11170854. OLE color: 11170854.
HSL color Cylindrical-coordinate representation of color #2674AA: hue angle of 204.55º degrees, saturation: 0.63, 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 #2674AA is Cyan = 0.78, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 38 | 116 | 170 | - |
| CMYK | 0.78 | 0.32 | 0 | 0.33 |
| HSL | 204.55º | 0.63% | 0.41% | - |
| HSV(B) | 204.55º | 0.78% | 0.67% | - |
| XYZ | 14.3 | 15.81 | 40.33 | - |
| YUV | 98.83 | 168.16 | 84.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 116 | 170 | 0.78 | 0.32 | 0 | 0.33 | 204.55 | 0.63 | 0.41 |
| Hex | 26 | 74 | AA | 4E | 20 | 0 | 21 | CD | 3F | 29 |
| Octal | 46 | 164 | 252 | 116 | 40 | 0 | 41 | 315 | 77 | 51 |
| Binary | 100110 | 1110100 | 10101010 | 1001110 | 100000 | 0 | 100001 | 11001101 | 111111 | 101001 |
Color Harmonies of #2674AA
Complementary color
Monochromatic Colors of #2674AA
Black with #2674AA
Text Example
Text Example
White with #2674AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2674AA; }
p { color: rgb(38,116,170); }
H1.HeaderClassName
{
color: #2674AA;
}
.AnyTagClassName
{
color: #2674AA;
}
</style>
background-color css
<style>
a { background-color: #2674AA; }
a { background-color: rgb(38,116,170); }
div.DivClassName
{
background-color: #2674AA;
}
.BgClassName
{
background-color: #2674AA;
}
</style>
border-color css
<style>
span { border-color: #2674AA; }
span { border-color: rgb(38,116,170); }
td.TdClassName
{
border-color: #2674AA;
}
.TagClassName
{
border-color: #2674AA;
}
</style>