Shades of Lochmara #3874A5
Tints of Lochmara #3874A5
RGB
CMYK
RGB Variations
Color information
#3874A5 (or 0x3874A5) is known color: Lochmara. HEX triplet: 38, 74 and A5. RGB value is (56,116,165). Sum of RGB (Red+Green+Blue) = 56+116+165=337 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.62% from 337); Green value is 116 (45.70% from 255 or 34.42% from 337); Blue value is 165 (64.84% from 255 or 48.96% from 337); Max value from RGB is 165 - color contains mainly: blue. Hex color #3874A5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3874A5 is #C78B5A. Grayscale: #676767. Windows color (decimal): -13077339 or 10843192. OLE color: 10843192.
HSL color Cylindrical-coordinate representation of color #3874A5: hue angle of 206.97º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3874A5 is Cyan = 0.66, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 56 | 116 | 165 | - |
| CMYK | 0.66 | 0.30 | 0 | 0.35 |
| HSL | 206.97º | 0.49% | 0.43% | - |
| HSV(B) | 206.97º | 0.66% | 0.65% | - |
| XYZ | 14.67 | 16.05 | 37.92 | - |
| YUV | 103.65 | 162.62 | 94.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 116 | 165 | 0.66 | 0.30 | 0 | 0.35 | 206.97 | 0.49 | 0.43 |
| Hex | 38 | 74 | A5 | 42 | 1E | 0 | 23 | CF | 31 | 2B |
| Octal | 70 | 164 | 245 | 102 | 36 | 0 | 43 | 317 | 61 | 53 |
| Binary | 111000 | 1110100 | 10100101 | 1000010 | 11110 | 0 | 100011 | 11001111 | 110001 | 101011 |
Color Harmonies of #3874A5
Complementary color
Monochromatic Colors of #3874A5
Black with #3874A5
Text Example
Text Example
White with #3874A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3874A5; }
p { color: rgb(56,116,165); }
H1.HeaderClassName
{
color: #3874A5;
}
.AnyTagClassName
{
color: #3874A5;
}
</style>
background-color css
<style>
a { background-color: #3874A5; }
a { background-color: rgb(56,116,165); }
div.DivClassName
{
background-color: #3874A5;
}
.BgClassName
{
background-color: #3874A5;
}
</style>
border-color css
<style>
span { border-color: #3874A5; }
span { border-color: rgb(56,116,165); }
td.TdClassName
{
border-color: #3874A5;
}
.TagClassName
{
border-color: #3874A5;
}
</style>