Shades of Lochmara #3566AC
Tints of Lochmara #3566AC
RGB
CMYK
RGB Variations
Color information
#3566AC (or 0x3566AC) is known color: Lochmara. HEX triplet: 35, 66 and AC. RGB value is (53,102,172). Sum of RGB (Red+Green+Blue) = 53+102+172=327 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.21% from 327); Green value is 102 (40.23% from 255 or 31.19% from 327); Blue value is 172 (67.58% from 255 or 52.60% from 327); Max value from RGB is 172 - color contains mainly: blue. Hex color #3566AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3566AC is #CA9953. Grayscale: #5F5F5F. Windows color (decimal): -13277524 or 11298357. OLE color: 11298357.
HSL color Cylindrical-coordinate representation of color #3566AC: hue angle of 215.29º 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 #3566AC is Cyan = 0.69, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 53 | 102 | 172 | - |
| CMYK | 0.69 | 0.41 | 0 | 0.33 |
| HSL | 215.29º | 0.53% | 0.44% | - |
| HSV(B) | 215.29º | 0.69% | 0.67% | - |
| XYZ | 13.67 | 13.24 | 40.86 | - |
| YUV | 95.33 | 171.27 | 97.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 102 | 172 | 0.69 | 0.41 | 0 | 0.33 | 215.29 | 0.53 | 0.44 |
| Hex | 35 | 66 | AC | 45 | 29 | 0 | 21 | D7 | 35 | 2C |
| Octal | 65 | 146 | 254 | 105 | 51 | 0 | 41 | 327 | 65 | 54 |
| Binary | 110101 | 1100110 | 10101100 | 1000101 | 101001 | 0 | 100001 | 11010111 | 110101 | 101100 |
Color Harmonies of #3566AC
Complementary color
Monochromatic Colors of #3566AC
Black with #3566AC
Text Example
Text Example
White with #3566AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3566AC; }
p { color: rgb(53,102,172); }
H1.HeaderClassName
{
color: #3566AC;
}
.AnyTagClassName
{
color: #3566AC;
}
</style>
background-color css
<style>
a { background-color: #3566AC; }
a { background-color: rgb(53,102,172); }
div.DivClassName
{
background-color: #3566AC;
}
.BgClassName
{
background-color: #3566AC;
}
</style>
border-color css
<style>
span { border-color: #3566AC; }
span { border-color: rgb(53,102,172); }
td.TdClassName
{
border-color: #3566AC;
}
.TagClassName
{
border-color: #3566AC;
}
</style>