Shades of Lochmara #3674A9
Tints of Lochmara #3674A9
RGB
CMYK
RGB Variations
Color information
#3674A9 (or 0x3674A9) is known color: Lochmara. HEX triplet: 36, 74 and A9. RGB value is (54,116,169). Sum of RGB (Red+Green+Blue) = 54+116+169=339 (44% of max value = 765). Red value is 54 (21.48% from 255 or 15.93% from 339); Green value is 116 (45.70% from 255 or 34.22% from 339); Blue value is 169 (66.41% from 255 or 49.85% from 339); Max value from RGB is 169 - color contains mainly: blue. Hex color #3674A9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3674A9 is #C98B56. Grayscale: #676767. Windows color (decimal): -13208407 or 11105334. OLE color: 11105334.
HSL color Cylindrical-coordinate representation of color #3674A9: hue angle of 207.65º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3674A9 is Cyan = 0.68, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 54 | 116 | 169 | - |
| CMYK | 0.68 | 0.31 | 0 | 0.34 |
| HSL | 207.65º | 0.52% | 0.44% | - |
| HSV(B) | 207.65º | 0.68% | 0.66% | - |
| XYZ | 14.93 | 16.14 | 39.86 | - |
| YUV | 103.5 | 164.96 | 92.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 116 | 169 | 0.68 | 0.31 | 0 | 0.34 | 207.65 | 0.52 | 0.44 |
| Hex | 36 | 74 | A9 | 44 | 1F | 0 | 22 | D0 | 34 | 2C |
| Octal | 66 | 164 | 251 | 104 | 37 | 0 | 42 | 320 | 64 | 54 |
| Binary | 110110 | 1110100 | 10101001 | 1000100 | 11111 | 0 | 100010 | 11010000 | 110100 | 101100 |
Color Harmonies of #3674A9
Complementary color
Monochromatic Colors of #3674A9
Black with #3674A9
Text Example
Text Example
White with #3674A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3674A9; }
p { color: rgb(54,116,169); }
H1.HeaderClassName
{
color: #3674A9;
}
.AnyTagClassName
{
color: #3674A9;
}
</style>
background-color css
<style>
a { background-color: #3674A9; }
a { background-color: rgb(54,116,169); }
div.DivClassName
{
background-color: #3674A9;
}
.BgClassName
{
background-color: #3674A9;
}
</style>
border-color css
<style>
span { border-color: #3674A9; }
span { border-color: rgb(54,116,169); }
td.TdClassName
{
border-color: #3674A9;
}
.TagClassName
{
border-color: #3674A9;
}
</style>