Shades of Lochmara #3678AA
Tints of Lochmara #3678AA
RGB
CMYK
RGB Variations
Color information
#3678AA (or 0x3678AA) is known color: Lochmara. HEX triplet: 36, 78 and AA. RGB value is (54,120,170). Sum of RGB (Red+Green+Blue) = 54+120+170=344 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.70% from 344); Green value is 120 (47.27% from 255 or 34.88% from 344); Blue value is 170 (66.80% from 255 or 49.42% from 344); Max value from RGB is 170 - color contains mainly: blue. Hex color #3678AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3678AA is #C98755. Grayscale: #696969. Windows color (decimal): -13207382 or 11171894. OLE color: 11171894.
HSL color Cylindrical-coordinate representation of color #3678AA: hue angle of 205.86º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3678AA is Cyan = 0.68, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 54 | 120 | 170 | - |
| CMYK | 0.68 | 0.29 | 0 | 0.33 |
| HSL | 205.86º | 0.52% | 0.44% | - |
| HSV(B) | 205.86º | 0.68% | 0.67% | - |
| XYZ | 15.49 | 17.12 | 40.52 | - |
| YUV | 105.97 | 164.13 | 90.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 120 | 170 | 0.68 | 0.29 | 0 | 0.33 | 205.86 | 0.52 | 0.44 |
| Hex | 36 | 78 | AA | 44 | 1D | 0 | 21 | CE | 34 | 2C |
| Octal | 66 | 170 | 252 | 104 | 35 | 0 | 41 | 316 | 64 | 54 |
| Binary | 110110 | 1111000 | 10101010 | 1000100 | 11101 | 0 | 100001 | 11001110 | 110100 | 101100 |
Color Harmonies of #3678AA
Complementary color
Monochromatic Colors of #3678AA
Black with #3678AA
Text Example
Text Example
White with #3678AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3678AA; }
p { color: rgb(54,120,170); }
H1.HeaderClassName
{
color: #3678AA;
}
.AnyTagClassName
{
color: #3678AA;
}
</style>
background-color css
<style>
a { background-color: #3678AA; }
a { background-color: rgb(54,120,170); }
div.DivClassName
{
background-color: #3678AA;
}
.BgClassName
{
background-color: #3678AA;
}
</style>
border-color css
<style>
span { border-color: #3678AA; }
span { border-color: rgb(54,120,170); }
td.TdClassName
{
border-color: #3678AA;
}
.TagClassName
{
border-color: #3678AA;
}
</style>