Shades of Lochinvar #3C9288
Tints of Lochinvar #3C9288
RGB
CMYK
RGB Variations
Color information
#3C9288 (or 0x3C9288) is known color: Lochinvar. HEX triplet: 3C, 92 and 88. RGB value is (60,146,136). Sum of RGB (Red+Green+Blue) = 60+146+136=342 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.54% from 342); Green value is 146 (57.42% from 255 or 42.69% from 342); Blue value is 136 (53.52% from 255 or 39.77% from 342); Max value from RGB is 146 - color contains mainly: green. Hex color #3C9288 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C9288 is #C36D77. Grayscale: #777777. Windows color (decimal): -12807544 or 8950332. OLE color: 8950332.
HSL color Cylindrical-coordinate representation of color #3C9288: hue angle of 173.02º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3C9288 is Cyan = 0.59, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 60 | 146 | 136 | - |
| CMYK | 0.59 | 0 | 0.07 | 0.43 |
| HSL | 173.02º | 0.42% | 0.4% | - |
| HSV(B) | 173.02º | 0.59% | 0.57% | - |
| XYZ | 16.59 | 23.3 | 26.91 | - |
| YUV | 119.15 | 137.51 | 85.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 146 | 136 | 0.59 | 0 | 0.07 | 0.43 | 173.02 | 0.42 | 0.4 |
| Hex | 3C | 92 | 88 | 3B | 0 | 7 | 2B | AD | 2A | 28 |
| Octal | 74 | 222 | 210 | 73 | 0 | 7 | 53 | 255 | 52 | 50 |
| Binary | 111100 | 10010010 | 10001000 | 111011 | 0 | 111 | 101011 | 10101101 | 101010 | 101000 |
Color Harmonies of #3C9288
Complementary color
Monochromatic Colors of #3C9288
Black with #3C9288
Text Example
Text Example
White with #3C9288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C9288; }
p { color: rgb(60,146,136); }
H1.HeaderClassName
{
color: #3C9288;
}
.AnyTagClassName
{
color: #3C9288;
}
</style>
background-color css
<style>
a { background-color: #3C9288; }
a { background-color: rgb(60,146,136); }
div.DivClassName
{
background-color: #3C9288;
}
.BgClassName
{
background-color: #3C9288;
}
</style>
border-color css
<style>
span { border-color: #3C9288; }
span { border-color: rgb(60,146,136); }
td.TdClassName
{
border-color: #3C9288;
}
.TagClassName
{
border-color: #3C9288;
}
</style>