Shades of Lochmara #3575B1
Tints of Lochmara #3575B1
RGB
CMYK
RGB Variations
Color information
#3575B1 (or 0x3575B1) is known color: Lochmara. HEX triplet: 35, 75 and B1. RGB value is (53,117,177). Sum of RGB (Red+Green+Blue) = 53+117+177=347 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.27% from 347); Green value is 117 (46.09% from 255 or 33.72% from 347); Blue value is 177 (69.53% from 255 or 51.01% from 347); Max value from RGB is 177 - color contains mainly: blue. Hex color #3575B1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3575B1 is #CA8A4E. Grayscale: #686868. Windows color (decimal): -13273679 or 11629877. OLE color: 11629877.
HSL color Cylindrical-coordinate representation of color #3575B1: hue angle of 209.03º 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 #3575B1 is Cyan = 0.70, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 53 | 117 | 177 | - |
| CMYK | 0.70 | 0.34 | 0 | 0.31 |
| HSL | 209.03º | 0.54% | 0.45% | - |
| HSV(B) | 209.03º | 0.7% | 0.69% | - |
| XYZ | 15.77 | 16.65 | 43.98 | - |
| YUV | 104.7 | 168.8 | 91.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 117 | 177 | 0.70 | 0.34 | 0 | 0.31 | 209.03 | 0.54 | 0.45 |
| Hex | 35 | 75 | B1 | 46 | 22 | 0 | 1F | D1 | 36 | 2D |
| Octal | 65 | 165 | 261 | 106 | 42 | 0 | 37 | 321 | 66 | 55 |
| Binary | 110101 | 1110101 | 10110001 | 1000110 | 100010 | 0 | 11111 | 11010001 | 110110 | 101101 |
Color Harmonies of #3575B1
Complementary color
Monochromatic Colors of #3575B1
Black with #3575B1
Text Example
Text Example
White with #3575B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3575B1; }
p { color: rgb(53,117,177); }
H1.HeaderClassName
{
color: #3575B1;
}
.AnyTagClassName
{
color: #3575B1;
}
</style>
background-color css
<style>
a { background-color: #3575B1; }
a { background-color: rgb(53,117,177); }
div.DivClassName
{
background-color: #3575B1;
}
.BgClassName
{
background-color: #3575B1;
}
</style>
border-color css
<style>
span { border-color: #3575B1; }
span { border-color: rgb(53,117,177); }
td.TdClassName
{
border-color: #3575B1;
}
.TagClassName
{
border-color: #3575B1;
}
</style>