Shades of Lochmara #3576AC
Tints of Lochmara #3576AC
RGB
CMYK
RGB Variations
Color information
#3576AC (or 0x3576AC) is known color: Lochmara. HEX triplet: 35, 76 and AC. RGB value is (53,118,172). Sum of RGB (Red+Green+Blue) = 53+118+172=343 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.45% from 343); Green value is 118 (46.48% from 255 or 34.40% from 343); Blue value is 172 (67.58% from 255 or 50.15% from 343); Max value from RGB is 172 - color contains mainly: blue. Hex color #3576AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3576AC is #CA8953. Grayscale: #686868. Windows color (decimal): -13273428 or 11302453. OLE color: 11302453.
HSL color Cylindrical-coordinate representation of color #3576AC: hue angle of 207.23º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3576AC is Cyan = 0.69, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 53 | 118 | 172 | - |
| CMYK | 0.69 | 0.31 | 0 | 0.33 |
| HSL | 207.23º | 0.53% | 0.44% | - |
| HSV(B) | 207.23º | 0.69% | 0.67% | - |
| XYZ | 15.39 | 16.69 | 41.44 | - |
| YUV | 104.72 | 165.97 | 91.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 118 | 172 | 0.69 | 0.31 | 0 | 0.33 | 207.23 | 0.53 | 0.44 |
| Hex | 35 | 76 | AC | 45 | 1F | 0 | 21 | CF | 35 | 2C |
| Octal | 65 | 166 | 254 | 105 | 37 | 0 | 41 | 317 | 65 | 54 |
| Binary | 110101 | 1110110 | 10101100 | 1000101 | 11111 | 0 | 100001 | 11001111 | 110101 | 101100 |
Color Harmonies of #3576AC
Complementary color
Monochromatic Colors of #3576AC
Black with #3576AC
Text Example
Text Example
White with #3576AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3576AC; }
p { color: rgb(53,118,172); }
H1.HeaderClassName
{
color: #3576AC;
}
.AnyTagClassName
{
color: #3576AC;
}
</style>
background-color css
<style>
a { background-color: #3576AC; }
a { background-color: rgb(53,118,172); }
div.DivClassName
{
background-color: #3576AC;
}
.BgClassName
{
background-color: #3576AC;
}
</style>
border-color css
<style>
span { border-color: #3576AC; }
span { border-color: rgb(53,118,172); }
td.TdClassName
{
border-color: #3576AC;
}
.TagClassName
{
border-color: #3576AC;
}
</style>