Shades of Lochinvar #3A9281
Tints of Lochinvar #3A9281
RGB
CMYK
RGB Variations
Color information
#3A9281 (or 0x3A9281) is known color: Lochinvar. HEX triplet: 3A, 92 and 81. RGB value is (58,146,129). Sum of RGB (Red+Green+Blue) = 58+146+129=333 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.42% from 333); Green value is 146 (57.42% from 255 or 43.84% from 333); Blue value is 129 (50.78% from 255 or 38.74% from 333); Max value from RGB is 146 - color contains mainly: green. Hex color #3A9281 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A9281 is #C56D7E. Grayscale: #757575. Windows color (decimal): -12938623 or 8491578. OLE color: 8491578.
HSL color Cylindrical-coordinate representation of color #3A9281: hue angle of 168.41º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A9281 is Cyan = 0.60, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 58 | 146 | 129 | - |
| CMYK | 0.60 | 0 | 0.12 | 0.43 |
| HSL | 168.41º | 0.43% | 0.4% | - |
| HSV(B) | 168.41º | 0.6% | 0.57% | - |
| XYZ | 15.99 | 23.04 | 24.37 | - |
| YUV | 117.75 | 134.35 | 85.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 146 | 129 | 0.60 | 0 | 0.12 | 0.43 | 168.41 | 0.43 | 0.4 |
| Hex | 3A | 92 | 81 | 3C | 0 | C | 2B | A8 | 2B | 28 |
| Octal | 72 | 222 | 201 | 74 | 0 | 14 | 53 | 250 | 53 | 50 |
| Binary | 111010 | 10010010 | 10000001 | 111100 | 0 | 1100 | 101011 | 10101000 | 101011 | 101000 |
Color Harmonies of #3A9281
Complementary color
Monochromatic Colors of #3A9281
Black with #3A9281
Text Example
Text Example
White with #3A9281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A9281; }
p { color: rgb(58,146,129); }
H1.HeaderClassName
{
color: #3A9281;
}
.AnyTagClassName
{
color: #3A9281;
}
</style>
background-color css
<style>
a { background-color: #3A9281; }
a { background-color: rgb(58,146,129); }
div.DivClassName
{
background-color: #3A9281;
}
.BgClassName
{
background-color: #3A9281;
}
</style>
border-color css
<style>
span { border-color: #3A9281; }
span { border-color: rgb(58,146,129); }
td.TdClassName
{
border-color: #3A9281;
}
.TagClassName
{
border-color: #3A9281;
}
</style>