Shades of Lochmara #3575AF
Tints of Lochmara #3575AF
RGB
CMYK
RGB Variations
Color information
#3575AF (or 0x3575AF) is known color: Lochmara. HEX triplet: 35, 75 and AF. RGB value is (53,117,175). Sum of RGB (Red+Green+Blue) = 53+117+175=345 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.36% from 345); Green value is 117 (46.09% from 255 or 33.91% from 345); Blue value is 175 (68.75% from 255 or 50.72% from 345); Max value from RGB is 175 - color contains mainly: blue. Hex color #3575AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3575AF is #CA8A50. Grayscale: #686868. Windows color (decimal): -13273681 or 11498805. OLE color: 11498805.
HSL color Cylindrical-coordinate representation of color #3575AF: hue angle of 208.52º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3575AF is Cyan = 0.70, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 53 | 117 | 175 | - |
| CMYK | 0.70 | 0.33 | 0 | 0.31 |
| HSL | 208.52º | 0.54% | 0.45% | - |
| HSV(B) | 208.52º | 0.7% | 0.69% | - |
| XYZ | 15.57 | 16.57 | 42.94 | - |
| YUV | 104.48 | 167.8 | 91.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 117 | 175 | 0.70 | 0.33 | 0 | 0.31 | 208.52 | 0.54 | 0.45 |
| Hex | 35 | 75 | AF | 46 | 21 | 0 | 1F | D1 | 36 | 2D |
| Octal | 65 | 165 | 257 | 106 | 41 | 0 | 37 | 321 | 66 | 55 |
| Binary | 110101 | 1110101 | 10101111 | 1000110 | 100001 | 0 | 11111 | 11010001 | 110110 | 101101 |
Color Harmonies of #3575AF
Complementary color
Monochromatic Colors of #3575AF
Black with #3575AF
Text Example
Text Example
White with #3575AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3575AF; }
p { color: rgb(53,117,175); }
H1.HeaderClassName
{
color: #3575AF;
}
.AnyTagClassName
{
color: #3575AF;
}
</style>
background-color css
<style>
a { background-color: #3575AF; }
a { background-color: rgb(53,117,175); }
div.DivClassName
{
background-color: #3575AF;
}
.BgClassName
{
background-color: #3575AF;
}
</style>
border-color css
<style>
span { border-color: #3575AF; }
span { border-color: rgb(53,117,175); }
td.TdClassName
{
border-color: #3575AF;
}
.TagClassName
{
border-color: #3575AF;
}
</style>