Shades of Lochmara #3879A6
Tints of Lochmara #3879A6
RGB
CMYK
RGB Variations
Color information
#3879A6 (or 0x3879A6) is known color: Lochmara. HEX triplet: 38, 79 and A6. RGB value is (56,121,166). Sum of RGB (Red+Green+Blue) = 56+121+166=343 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.33% from 343); Green value is 121 (47.66% from 255 or 35.28% from 343); Blue value is 166 (65.23% from 255 or 48.40% from 343); Max value from RGB is 166 - color contains mainly: blue. Hex color #3879A6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3879A6 is #C78659. Grayscale: #6A6A6A. Windows color (decimal): -13076058 or 10910008. OLE color: 10910008.
HSL color Cylindrical-coordinate representation of color #3879A6: hue angle of 204.55º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3879A6 is Cyan = 0.66, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 56 | 121 | 166 | - |
| CMYK | 0.66 | 0.27 | 0 | 0.35 |
| HSL | 204.55º | 0.5% | 0.44% | - |
| HSV(B) | 204.55º | 0.66% | 0.65% | - |
| XYZ | 15.35 | 17.27 | 38.6 | - |
| YUV | 106.7 | 161.47 | 91.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 121 | 166 | 0.66 | 0.27 | 0 | 0.35 | 204.55 | 0.5 | 0.44 |
| Hex | 38 | 79 | A6 | 42 | 1B | 0 | 23 | CD | 32 | 2C |
| Octal | 70 | 171 | 246 | 102 | 33 | 0 | 43 | 315 | 62 | 54 |
| Binary | 111000 | 1111001 | 10100110 | 1000010 | 11011 | 0 | 100011 | 11001101 | 110010 | 101100 |
Color Harmonies of #3879A6
Complementary color
Monochromatic Colors of #3879A6
Black with #3879A6
Text Example
Text Example
White with #3879A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3879A6; }
p { color: rgb(56,121,166); }
H1.HeaderClassName
{
color: #3879A6;
}
.AnyTagClassName
{
color: #3879A6;
}
</style>
background-color css
<style>
a { background-color: #3879A6; }
a { background-color: rgb(56,121,166); }
div.DivClassName
{
background-color: #3879A6;
}
.BgClassName
{
background-color: #3879A6;
}
</style>
border-color css
<style>
span { border-color: #3879A6; }
span { border-color: rgb(56,121,166); }
td.TdClassName
{
border-color: #3879A6;
}
.TagClassName
{
border-color: #3879A6;
}
</style>