Shades of Lochmara #3674AF
Tints of Lochmara #3674AF
RGB
CMYK
RGB Variations
Color information
#3674AF (or 0x3674AF) is known color: Lochmara. HEX triplet: 36, 74 and AF. RGB value is (54,116,175). Sum of RGB (Red+Green+Blue) = 54+116+175=345 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.65% from 345); Green value is 116 (45.70% from 255 or 33.62% from 345); Blue value is 175 (68.75% from 255 or 50.72% from 345); Max value from RGB is 175 - color contains mainly: blue. Hex color #3674AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3674AF is #C98B50. Grayscale: #676767. Windows color (decimal): -13208401 or 11498550. OLE color: 11498550.
HSL color Cylindrical-coordinate representation of color #3674AF: hue angle of 209.26º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3674AF is Cyan = 0.69, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 54 | 116 | 175 | - |
| CMYK | 0.69 | 0.34 | 0 | 0.31 |
| HSL | 209.26º | 0.53% | 0.45% | - |
| HSV(B) | 209.26º | 0.69% | 0.69% | - |
| XYZ | 15.5 | 16.37 | 42.9 | - |
| YUV | 104.19 | 167.96 | 92.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 116 | 175 | 0.69 | 0.34 | 0 | 0.31 | 209.26 | 0.53 | 0.45 |
| Hex | 36 | 74 | AF | 45 | 22 | 0 | 1F | D1 | 35 | 2D |
| Octal | 66 | 164 | 257 | 105 | 42 | 0 | 37 | 321 | 65 | 55 |
| Binary | 110110 | 1110100 | 10101111 | 1000101 | 100010 | 0 | 11111 | 11010001 | 110101 | 101101 |
Color Harmonies of #3674AF
Complementary color
Monochromatic Colors of #3674AF
Black with #3674AF
Text Example
Text Example
White with #3674AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3674AF; }
p { color: rgb(54,116,175); }
H1.HeaderClassName
{
color: #3674AF;
}
.AnyTagClassName
{
color: #3674AF;
}
</style>
background-color css
<style>
a { background-color: #3674AF; }
a { background-color: rgb(54,116,175); }
div.DivClassName
{
background-color: #3674AF;
}
.BgClassName
{
background-color: #3674AF;
}
</style>
border-color css
<style>
span { border-color: #3674AF; }
span { border-color: rgb(54,116,175); }
td.TdClassName
{
border-color: #3674AF;
}
.TagClassName
{
border-color: #3674AF;
}
</style>