Shades of Lochmara #3566AA
Tints of Lochmara #3566AA
RGB
CMYK
RGB Variations
Color information
#3566AA (or 0x3566AA) is known color: Lochmara. HEX triplet: 35, 66 and AA. RGB value is (53,102,170). Sum of RGB (Red+Green+Blue) = 53+102+170=325 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.31% from 325); Green value is 102 (40.23% from 255 or 31.38% from 325); Blue value is 170 (66.80% from 255 or 52.31% from 325); Max value from RGB is 170 - color contains mainly: blue. Hex color #3566AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3566AA is #CA9955. Grayscale: #5E5E5E. Windows color (decimal): -13277526 or 11167285. OLE color: 11167285.
HSL color Cylindrical-coordinate representation of color #3566AA: hue angle of 214.87º degrees, saturation: 0.52, 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 #3566AA is Cyan = 0.69, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 53 | 102 | 170 | - |
| CMYK | 0.69 | 0.4 | 0 | 0.33 |
| HSL | 214.87º | 0.52% | 0.44% | - |
| HSV(B) | 214.87º | 0.69% | 0.67% | - |
| XYZ | 13.48 | 13.16 | 39.86 | - |
| YUV | 95.1 | 170.27 | 97.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 102 | 170 | 0.69 | 0.4 | 0 | 0.33 | 214.87 | 0.52 | 0.44 |
| Hex | 35 | 66 | AA | 45 | 28 | 0 | 21 | D7 | 34 | 2C |
| Octal | 65 | 146 | 252 | 105 | 50 | 0 | 41 | 327 | 64 | 54 |
| Binary | 110101 | 1100110 | 10101010 | 1000101 | 101000 | 0 | 100001 | 11010111 | 110100 | 101100 |
Color Harmonies of #3566AA
Complementary color
Monochromatic Colors of #3566AA
Black with #3566AA
Text Example
Text Example
White with #3566AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3566AA; }
p { color: rgb(53,102,170); }
H1.HeaderClassName
{
color: #3566AA;
}
.AnyTagClassName
{
color: #3566AA;
}
</style>
background-color css
<style>
a { background-color: #3566AA; }
a { background-color: rgb(53,102,170); }
div.DivClassName
{
background-color: #3566AA;
}
.BgClassName
{
background-color: #3566AA;
}
</style>
border-color css
<style>
span { border-color: #3566AA; }
span { border-color: rgb(53,102,170); }
td.TdClassName
{
border-color: #3566AA;
}
.TagClassName
{
border-color: #3566AA;
}
</style>