Shades of Lochmara #3572B1
Tints of Lochmara #3572B1
RGB
CMYK
RGB Variations
Color information
#3572B1 (or 0x3572B1) is known color: Lochmara. HEX triplet: 35, 72 and B1. RGB value is (53,114,177). Sum of RGB (Red+Green+Blue) = 53+114+177=344 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.41% from 344); Green value is 114 (44.92% from 255 or 33.14% from 344); Blue value is 177 (69.53% from 255 or 51.45% from 344); Max value from RGB is 177 - color contains mainly: blue. Hex color #3572B1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3572B1 is #CA8D4E. Grayscale: #666666. Windows color (decimal): -13274447 or 11629109. OLE color: 11629109.
HSL color Cylindrical-coordinate representation of color #3572B1: hue angle of 210.48º 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 #3572B1 is Cyan = 0.70, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 53 | 114 | 177 | - |
| CMYK | 0.70 | 0.36 | 0 | 0.31 |
| HSL | 210.48º | 0.54% | 0.45% | - |
| HSV(B) | 210.48º | 0.7% | 0.69% | - |
| XYZ | 15.42 | 15.97 | 43.86 | - |
| YUV | 102.94 | 169.79 | 92.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 114 | 177 | 0.70 | 0.36 | 0 | 0.31 | 210.48 | 0.54 | 0.45 |
| Hex | 35 | 72 | B1 | 46 | 24 | 0 | 1F | D2 | 36 | 2D |
| Octal | 65 | 162 | 261 | 106 | 44 | 0 | 37 | 322 | 66 | 55 |
| Binary | 110101 | 1110010 | 10110001 | 1000110 | 100100 | 0 | 11111 | 11010010 | 110110 | 101101 |
Color Harmonies of #3572B1
Complementary color
Monochromatic Colors of #3572B1
Black with #3572B1
Text Example
Text Example
White with #3572B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3572B1; }
p { color: rgb(53,114,177); }
H1.HeaderClassName
{
color: #3572B1;
}
.AnyTagClassName
{
color: #3572B1;
}
</style>
background-color css
<style>
a { background-color: #3572B1; }
a { background-color: rgb(53,114,177); }
div.DivClassName
{
background-color: #3572B1;
}
.BgClassName
{
background-color: #3572B1;
}
</style>
border-color css
<style>
span { border-color: #3572B1; }
span { border-color: rgb(53,114,177); }
td.TdClassName
{
border-color: #3572B1;
}
.TagClassName
{
border-color: #3572B1;
}
</style>