Shades of Lochmara #3675AD
Tints of Lochmara #3675AD
RGB
CMYK
RGB Variations
Color information
#3675AD (or 0x3675AD) is known color: Lochmara. HEX triplet: 36, 75 and AD. RGB value is (54,117,173). Sum of RGB (Red+Green+Blue) = 54+117+173=344 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.70% from 344); Green value is 117 (46.09% from 255 or 34.01% from 344); Blue value is 173 (67.97% from 255 or 50.29% from 344); Max value from RGB is 173 - color contains mainly: blue. Hex color #3675AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3675AD is #C98A52. Grayscale: #686868. Windows color (decimal): -13208147 or 11367734. OLE color: 11367734.
HSL color Cylindrical-coordinate representation of color #3675AD: hue angle of 208.24º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3675AD is Cyan = 0.69, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 54 | 117 | 173 | - |
| CMYK | 0.69 | 0.32 | 0 | 0.32 |
| HSL | 208.24º | 0.52% | 0.45% | - |
| HSV(B) | 208.24º | 0.69% | 0.68% | - |
| XYZ | 15.43 | 16.52 | 41.91 | - |
| YUV | 104.55 | 166.63 | 91.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 117 | 173 | 0.69 | 0.32 | 0 | 0.32 | 208.24 | 0.52 | 0.45 |
| Hex | 36 | 75 | AD | 45 | 20 | 0 | 20 | D0 | 34 | 2D |
| Octal | 66 | 165 | 255 | 105 | 40 | 0 | 40 | 320 | 64 | 55 |
| Binary | 110110 | 1110101 | 10101101 | 1000101 | 100000 | 0 | 100000 | 11010000 | 110100 | 101101 |
Color Harmonies of #3675AD
Complementary color
Monochromatic Colors of #3675AD
Black with #3675AD
Text Example
Text Example
White with #3675AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3675AD; }
p { color: rgb(54,117,173); }
H1.HeaderClassName
{
color: #3675AD;
}
.AnyTagClassName
{
color: #3675AD;
}
</style>
background-color css
<style>
a { background-color: #3675AD; }
a { background-color: rgb(54,117,173); }
div.DivClassName
{
background-color: #3675AD;
}
.BgClassName
{
background-color: #3675AD;
}
</style>
border-color css
<style>
span { border-color: #3675AD; }
span { border-color: rgb(54,117,173); }
td.TdClassName
{
border-color: #3675AD;
}
.TagClassName
{
border-color: #3675AD;
}
</style>