Shades of Lochmara #3774AF
Tints of Lochmara #3774AF
RGB
CMYK
RGB Variations
Color information
#3774AF (or 0x3774AF) is known color: Lochmara. HEX triplet: 37, 74 and AF. RGB value is (55,116,175). Sum of RGB (Red+Green+Blue) = 55+116+175=346 (45% of max value = 765). Red value is 55 (21.88% from 255 or 15.90% from 346); Green value is 116 (45.70% from 255 or 33.53% from 346); Blue value is 175 (68.75% from 255 or 50.58% from 346); Max value from RGB is 175 - color contains mainly: blue. Hex color #3774AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3774AF is #C88B50. Grayscale: #686868. Windows color (decimal): -13142865 or 11498551. OLE color: 11498551.
HSL color Cylindrical-coordinate representation of color #3774AF: hue angle of 209.5º degrees, saturation: 0.52, 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 #3774AF is Cyan = 0.69, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 55 | 116 | 175 | - |
| CMYK | 0.69 | 0.34 | 0 | 0.31 |
| HSL | 209.5º | 0.52% | 0.45% | - |
| HSV(B) | 209.5º | 0.69% | 0.69% | - |
| XYZ | 15.56 | 16.4 | 42.9 | - |
| YUV | 104.49 | 167.79 | 92.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 116 | 175 | 0.69 | 0.34 | 0 | 0.31 | 209.5 | 0.52 | 0.45 |
| Hex | 37 | 74 | AF | 45 | 22 | 0 | 1F | D2 | 34 | 2D |
| Octal | 67 | 164 | 257 | 105 | 42 | 0 | 37 | 322 | 64 | 55 |
| Binary | 110111 | 1110100 | 10101111 | 1000101 | 100010 | 0 | 11111 | 11010010 | 110100 | 101101 |
Color Harmonies of #3774AF
Complementary color
Monochromatic Colors of #3774AF
Black with #3774AF
Text Example
Text Example
White with #3774AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3774AF; }
p { color: rgb(55,116,175); }
H1.HeaderClassName
{
color: #3774AF;
}
.AnyTagClassName
{
color: #3774AF;
}
</style>
background-color css
<style>
a { background-color: #3774AF; }
a { background-color: rgb(55,116,175); }
div.DivClassName
{
background-color: #3774AF;
}
.BgClassName
{
background-color: #3774AF;
}
</style>
border-color css
<style>
span { border-color: #3774AF; }
span { border-color: rgb(55,116,175); }
td.TdClassName
{
border-color: #3774AF;
}
.TagClassName
{
border-color: #3774AF;
}
</style>