Shades of Lochinvar #38877C
Tints of Lochinvar #38877C
RGB
CMYK
RGB Variations
Color information
#38877C (or 0x38877C) is known color: Lochinvar. HEX triplet: 38, 87 and 7C. RGB value is (56,135,124). Sum of RGB (Red+Green+Blue) = 56+135+124=315 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.78% from 315); Green value is 135 (53.12% from 255 or 42.86% from 315); Blue value is 124 (48.83% from 255 or 39.37% from 315); Max value from RGB is 135 - color contains mainly: green. Hex color #38877C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38877C is #C77883. Grayscale: #6E6E6E. Windows color (decimal): -13072516 or 8161080. OLE color: 8161080.
HSL color Cylindrical-coordinate representation of color #38877C: hue angle of 171.65º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #38877C is Cyan = 0.59, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 56 | 135 | 124 | - |
| CMYK | 0.59 | 0 | 0.08 | 0.47 |
| HSL | 171.65º | 0.41% | 0.37% | - |
| HSV(B) | 171.65º | 0.59% | 0.53% | - |
| XYZ | 13.93 | 19.62 | 22.12 | - |
| YUV | 110.13 | 135.83 | 89.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 135 | 124 | 0.59 | 0 | 0.08 | 0.47 | 171.65 | 0.41 | 0.37 |
| Hex | 38 | 87 | 7C | 3B | 0 | 8 | 2F | AC | 29 | 25 |
| Octal | 70 | 207 | 174 | 73 | 0 | 10 | 57 | 254 | 51 | 45 |
| Binary | 111000 | 10000111 | 1111100 | 111011 | 0 | 1000 | 101111 | 10101100 | 101001 | 100101 |
Color Harmonies of #38877C
Complementary color
Monochromatic Colors of #38877C
Black with #38877C
Text Example
Text Example
White with #38877C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38877C; }
p { color: rgb(56,135,124); }
H1.HeaderClassName
{
color: #38877C;
}
.AnyTagClassName
{
color: #38877C;
}
</style>
background-color css
<style>
a { background-color: #38877C; }
a { background-color: rgb(56,135,124); }
div.DivClassName
{
background-color: #38877C;
}
.BgClassName
{
background-color: #38877C;
}
</style>
border-color css
<style>
span { border-color: #38877C; }
span { border-color: rgb(56,135,124); }
td.TdClassName
{
border-color: #38877C;
}
.TagClassName
{
border-color: #38877C;
}
</style>