Shades of Lochmara #3876AB
Tints of Lochmara #3876AB
RGB
CMYK
RGB Variations
Color information
#3876AB (or 0x3876AB) is known color: Lochmara. HEX triplet: 38, 76 and AB. RGB value is (56,118,171). Sum of RGB (Red+Green+Blue) = 56+118+171=345 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.23% from 345); Green value is 118 (46.48% from 255 or 34.20% from 345); Blue value is 171 (67.19% from 255 or 49.57% from 345); Max value from RGB is 171 - color contains mainly: blue. Hex color #3876AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3876AB is #C78954. Grayscale: #696969. Windows color (decimal): -13076821 or 11236920. OLE color: 11236920.
HSL color Cylindrical-coordinate representation of color #3876AB: hue angle of 207.65º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3876AB is Cyan = 0.67, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 56 | 118 | 171 | - |
| CMYK | 0.67 | 0.31 | 0 | 0.33 |
| HSL | 207.65º | 0.51% | 0.45% | - |
| HSV(B) | 207.65º | 0.67% | 0.67% | - |
| XYZ | 15.46 | 16.74 | 40.94 | - |
| YUV | 105.5 | 164.96 | 92.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 118 | 171 | 0.67 | 0.31 | 0 | 0.33 | 207.65 | 0.51 | 0.45 |
| Hex | 38 | 76 | AB | 43 | 1F | 0 | 21 | D0 | 33 | 2D |
| Octal | 70 | 166 | 253 | 103 | 37 | 0 | 41 | 320 | 63 | 55 |
| Binary | 111000 | 1110110 | 10101011 | 1000011 | 11111 | 0 | 100001 | 11010000 | 110011 | 101101 |
Color Harmonies of #3876AB
Complementary color
Monochromatic Colors of #3876AB
Black with #3876AB
Text Example
Text Example
White with #3876AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3876AB; }
p { color: rgb(56,118,171); }
H1.HeaderClassName
{
color: #3876AB;
}
.AnyTagClassName
{
color: #3876AB;
}
</style>
background-color css
<style>
a { background-color: #3876AB; }
a { background-color: rgb(56,118,171); }
div.DivClassName
{
background-color: #3876AB;
}
.BgClassName
{
background-color: #3876AB;
}
</style>
border-color css
<style>
span { border-color: #3876AB; }
span { border-color: rgb(56,118,171); }
td.TdClassName
{
border-color: #3876AB;
}
.TagClassName
{
border-color: #3876AB;
}
</style>