Shades of Lochmara #3575AB
Tints of Lochmara #3575AB
RGB
CMYK
RGB Variations
Color information
#3575AB (or 0x3575AB) is known color: Lochmara. HEX triplet: 35, 75 and AB. RGB value is (53,117,171). Sum of RGB (Red+Green+Blue) = 53+117+171=341 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.54% from 341); Green value is 117 (46.09% from 255 or 34.31% from 341); Blue value is 171 (67.19% from 255 or 50.15% from 341); Max value from RGB is 171 - color contains mainly: blue. Hex color #3575AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3575AB is #CA8A54. Grayscale: #676767. Windows color (decimal): -13273685 or 11236661. OLE color: 11236661.
HSL color Cylindrical-coordinate representation of color #3575AB: hue angle of 207.46º 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 #3575AB is Cyan = 0.69, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 53 | 117 | 171 | - |
| CMYK | 0.69 | 0.32 | 0 | 0.33 |
| HSL | 207.46º | 0.53% | 0.44% | - |
| HSV(B) | 207.46º | 0.69% | 0.67% | - |
| XYZ | 15.18 | 16.42 | 40.9 | - |
| YUV | 104.02 | 165.8 | 91.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 117 | 171 | 0.69 | 0.32 | 0 | 0.33 | 207.46 | 0.53 | 0.44 |
| Hex | 35 | 75 | AB | 45 | 20 | 0 | 21 | CF | 35 | 2C |
| Octal | 65 | 165 | 253 | 105 | 40 | 0 | 41 | 317 | 65 | 54 |
| Binary | 110101 | 1110101 | 10101011 | 1000101 | 100000 | 0 | 100001 | 11001111 | 110101 | 101100 |
Color Harmonies of #3575AB
Complementary color
Monochromatic Colors of #3575AB
Black with #3575AB
Text Example
Text Example
White with #3575AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3575AB; }
p { color: rgb(53,117,171); }
H1.HeaderClassName
{
color: #3575AB;
}
.AnyTagClassName
{
color: #3575AB;
}
</style>
background-color css
<style>
a { background-color: #3575AB; }
a { background-color: rgb(53,117,171); }
div.DivClassName
{
background-color: #3575AB;
}
.BgClassName
{
background-color: #3575AB;
}
</style>
border-color css
<style>
span { border-color: #3575AB; }
span { border-color: rgb(53,117,171); }
td.TdClassName
{
border-color: #3575AB;
}
.TagClassName
{
border-color: #3575AB;
}
</style>