Shades of Lochmara #3775AB
Tints of Lochmara #3775AB
RGB
CMYK
RGB Variations
Color information
#3775AB (or 0x3775AB) is known color: Lochmara. HEX triplet: 37, 75 and AB. RGB value is (55,117,171). Sum of RGB (Red+Green+Blue) = 55+117+171=343 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.03% from 343); Green value is 117 (46.09% from 255 or 34.11% from 343); Blue value is 171 (67.19% from 255 or 49.85% from 343); Max value from RGB is 171 - color contains mainly: blue. Hex color #3775AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3775AB is #C88A54. Grayscale: #686868. Windows color (decimal): -13142613 or 11236663. OLE color: 11236663.
HSL color Cylindrical-coordinate representation of color #3775AB: hue angle of 207.93º degrees, saturation: 0.51, 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 #3775AB is Cyan = 0.68, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 55 | 117 | 171 | - |
| CMYK | 0.68 | 0.32 | 0 | 0.33 |
| HSL | 207.93º | 0.51% | 0.44% | - |
| HSV(B) | 207.93º | 0.68% | 0.67% | - |
| XYZ | 15.29 | 16.48 | 40.9 | - |
| YUV | 104.62 | 165.46 | 92.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 117 | 171 | 0.68 | 0.32 | 0 | 0.33 | 207.93 | 0.51 | 0.44 |
| Hex | 37 | 75 | AB | 44 | 20 | 0 | 21 | D0 | 33 | 2C |
| Octal | 67 | 165 | 253 | 104 | 40 | 0 | 41 | 320 | 63 | 54 |
| Binary | 110111 | 1110101 | 10101011 | 1000100 | 100000 | 0 | 100001 | 11010000 | 110011 | 101100 |
Color Harmonies of #3775AB
Complementary color
Monochromatic Colors of #3775AB
Black with #3775AB
Text Example
Text Example
White with #3775AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3775AB; }
p { color: rgb(55,117,171); }
H1.HeaderClassName
{
color: #3775AB;
}
.AnyTagClassName
{
color: #3775AB;
}
</style>
background-color css
<style>
a { background-color: #3775AB; }
a { background-color: rgb(55,117,171); }
div.DivClassName
{
background-color: #3775AB;
}
.BgClassName
{
background-color: #3775AB;
}
</style>
border-color css
<style>
span { border-color: #3775AB; }
span { border-color: rgb(55,117,171); }
td.TdClassName
{
border-color: #3775AB;
}
.TagClassName
{
border-color: #3775AB;
}
</style>