Shades of Lochmara #3573AC
Tints of Lochmara #3573AC
RGB
CMYK
RGB Variations
Color information
#3573AC (or 0x3573AC) is known color: Lochmara. HEX triplet: 35, 73 and AC. RGB value is (53,115,172). Sum of RGB (Red+Green+Blue) = 53+115+172=340 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.59% from 340); Green value is 115 (45.31% from 255 or 33.82% from 340); Blue value is 172 (67.58% from 255 or 50.59% from 340); Max value from RGB is 172 - color contains mainly: blue. Hex color #3573AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3573AC is #CA8C53. Grayscale: #666666. Windows color (decimal): -13274196 or 11301685. OLE color: 11301685.
HSL color Cylindrical-coordinate representation of color #3573AC: hue angle of 208.74º 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 #3573AC is Cyan = 0.69, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 53 | 115 | 172 | - |
| CMYK | 0.69 | 0.33 | 0 | 0.33 |
| HSL | 208.74º | 0.53% | 0.44% | - |
| HSV(B) | 208.74º | 0.69% | 0.67% | - |
| XYZ | 15.05 | 16 | 41.32 | - |
| YUV | 102.96 | 166.96 | 92.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 115 | 172 | 0.69 | 0.33 | 0 | 0.33 | 208.74 | 0.53 | 0.44 |
| Hex | 35 | 73 | AC | 45 | 21 | 0 | 21 | D1 | 35 | 2C |
| Octal | 65 | 163 | 254 | 105 | 41 | 0 | 41 | 321 | 65 | 54 |
| Binary | 110101 | 1110011 | 10101100 | 1000101 | 100001 | 0 | 100001 | 11010001 | 110101 | 101100 |
Color Harmonies of #3573AC
Complementary color
Monochromatic Colors of #3573AC
Black with #3573AC
Text Example
Text Example
White with #3573AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3573AC; }
p { color: rgb(53,115,172); }
H1.HeaderClassName
{
color: #3573AC;
}
.AnyTagClassName
{
color: #3573AC;
}
</style>
background-color css
<style>
a { background-color: #3573AC; }
a { background-color: rgb(53,115,172); }
div.DivClassName
{
background-color: #3573AC;
}
.BgClassName
{
background-color: #3573AC;
}
</style>
border-color css
<style>
span { border-color: #3573AC; }
span { border-color: rgb(53,115,172); }
td.TdClassName
{
border-color: #3573AC;
}
.TagClassName
{
border-color: #3573AC;
}
</style>