Shades of Lochmara #3578AC
Tints of Lochmara #3578AC
RGB
CMYK
RGB Variations
Color information
#3578AC (or 0x3578AC) is known color: Lochmara. HEX triplet: 35, 78 and AC. RGB value is (53,120,172). Sum of RGB (Red+Green+Blue) = 53+120+172=345 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.36% from 345); Green value is 120 (47.27% from 255 or 34.78% from 345); Blue value is 172 (67.58% from 255 or 49.86% from 345); Max value from RGB is 172 - color contains mainly: blue. Hex color #3578AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3578AC is #CA8753. Grayscale: #696969. Windows color (decimal): -13272916 or 11302965. OLE color: 11302965.
HSL color Cylindrical-coordinate representation of color #3578AC: hue angle of 206.22º 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 #3578AC is Cyan = 0.69, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 53 | 120 | 172 | - |
| CMYK | 0.69 | 0.30 | 0 | 0.33 |
| HSL | 206.22º | 0.53% | 0.44% | - |
| HSV(B) | 206.22º | 0.69% | 0.67% | - |
| XYZ | 15.63 | 17.17 | 41.52 | - |
| YUV | 105.9 | 165.3 | 90.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 120 | 172 | 0.69 | 0.30 | 0 | 0.33 | 206.22 | 0.53 | 0.44 |
| Hex | 35 | 78 | AC | 45 | 1E | 0 | 21 | CE | 35 | 2C |
| Octal | 65 | 170 | 254 | 105 | 36 | 0 | 41 | 316 | 65 | 54 |
| Binary | 110101 | 1111000 | 10101100 | 1000101 | 11110 | 0 | 100001 | 11001110 | 110101 | 101100 |
Color Harmonies of #3578AC
Complementary color
Monochromatic Colors of #3578AC
Black with #3578AC
Text Example
Text Example
White with #3578AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3578AC; }
p { color: rgb(53,120,172); }
H1.HeaderClassName
{
color: #3578AC;
}
.AnyTagClassName
{
color: #3578AC;
}
</style>
background-color css
<style>
a { background-color: #3578AC; }
a { background-color: rgb(53,120,172); }
div.DivClassName
{
background-color: #3578AC;
}
.BgClassName
{
background-color: #3578AC;
}
</style>
border-color css
<style>
span { border-color: #3578AC; }
span { border-color: rgb(53,120,172); }
td.TdClassName
{
border-color: #3578AC;
}
.TagClassName
{
border-color: #3578AC;
}
</style>