Shades of Lochmara #3672AD
Tints of Lochmara #3672AD
RGB
CMYK
RGB Variations
Color information
#3672AD (or 0x3672AD) is known color: Lochmara. HEX triplet: 36, 72 and AD. RGB value is (54,114,173). Sum of RGB (Red+Green+Blue) = 54+114+173=341 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.84% from 341); Green value is 114 (44.92% from 255 or 33.43% from 341); Blue value is 173 (67.97% from 255 or 50.73% from 341); Max value from RGB is 173 - color contains mainly: blue. Hex color #3672AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3672AD is #C98D52. Grayscale: #666666. Windows color (decimal): -13208915 or 11366966. OLE color: 11366966.
HSL color Cylindrical-coordinate representation of color #3672AD: hue angle of 209.75º 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 #3672AD is Cyan = 0.69, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 54 | 114 | 173 | - |
| CMYK | 0.69 | 0.34 | 0 | 0.32 |
| HSL | 209.75º | 0.52% | 0.45% | - |
| HSV(B) | 209.75º | 0.69% | 0.68% | - |
| XYZ | 15.08 | 15.84 | 41.8 | - |
| YUV | 102.79 | 167.62 | 93.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 114 | 173 | 0.69 | 0.34 | 0 | 0.32 | 209.75 | 0.52 | 0.45 |
| Hex | 36 | 72 | AD | 45 | 22 | 0 | 20 | D2 | 34 | 2D |
| Octal | 66 | 162 | 255 | 105 | 42 | 0 | 40 | 322 | 64 | 55 |
| Binary | 110110 | 1110010 | 10101101 | 1000101 | 100010 | 0 | 100000 | 11010010 | 110100 | 101101 |
Color Harmonies of #3672AD
Complementary color
Monochromatic Colors of #3672AD
Black with #3672AD
Text Example
Text Example
White with #3672AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3672AD; }
p { color: rgb(54,114,173); }
H1.HeaderClassName
{
color: #3672AD;
}
.AnyTagClassName
{
color: #3672AD;
}
</style>
background-color css
<style>
a { background-color: #3672AD; }
a { background-color: rgb(54,114,173); }
div.DivClassName
{
background-color: #3672AD;
}
.BgClassName
{
background-color: #3672AD;
}
</style>
border-color css
<style>
span { border-color: #3672AD; }
span { border-color: rgb(54,114,173); }
td.TdClassName
{
border-color: #3672AD;
}
.TagClassName
{
border-color: #3672AD;
}
</style>