Shades of Lochmara #3671AB
Tints of Lochmara #3671AB
RGB
CMYK
RGB Variations
Color information
#3671AB (or 0x3671AB) is known color: Lochmara. HEX triplet: 36, 71 and AB. RGB value is (54,113,171). Sum of RGB (Red+Green+Blue) = 54+113+171=338 (44% of max value = 765). Red value is 54 (21.48% from 255 or 15.98% from 338); Green value is 113 (44.53% from 255 or 33.43% from 338); Blue value is 171 (67.19% from 255 or 50.59% from 338); Max value from RGB is 171 - color contains mainly: blue. Hex color #3671AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3671AB is #C98E54. Grayscale: #656565. Windows color (decimal): -13209173 or 11235638. OLE color: 11235638.
HSL color Cylindrical-coordinate representation of color #3671AB: hue angle of 209.74º degrees, saturation: 0.52, 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 #3671AB is Cyan = 0.68, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 54 | 113 | 171 | - |
| CMYK | 0.68 | 0.34 | 0 | 0.33 |
| HSL | 209.74º | 0.52% | 0.44% | - |
| HSV(B) | 209.74º | 0.68% | 0.67% | - |
| XYZ | 14.78 | 15.53 | 40.75 | - |
| YUV | 101.97 | 166.95 | 93.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 113 | 171 | 0.68 | 0.34 | 0 | 0.33 | 209.74 | 0.52 | 0.44 |
| Hex | 36 | 71 | AB | 44 | 22 | 0 | 21 | D2 | 34 | 2C |
| Octal | 66 | 161 | 253 | 104 | 42 | 0 | 41 | 322 | 64 | 54 |
| Binary | 110110 | 1110001 | 10101011 | 1000100 | 100010 | 0 | 100001 | 11010010 | 110100 | 101100 |
Color Harmonies of #3671AB
Complementary color
Monochromatic Colors of #3671AB
Black with #3671AB
Text Example
Text Example
White with #3671AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3671AB; }
p { color: rgb(54,113,171); }
H1.HeaderClassName
{
color: #3671AB;
}
.AnyTagClassName
{
color: #3671AB;
}
</style>
background-color css
<style>
a { background-color: #3671AB; }
a { background-color: rgb(54,113,171); }
div.DivClassName
{
background-color: #3671AB;
}
.BgClassName
{
background-color: #3671AB;
}
</style>
border-color css
<style>
span { border-color: #3671AB; }
span { border-color: rgb(54,113,171); }
td.TdClassName
{
border-color: #3671AB;
}
.TagClassName
{
border-color: #3671AB;
}
</style>