Shades of Lochinvar #3C907B
Tints of Lochinvar #3C907B
RGB
CMYK
RGB Variations
Color information
#3C907B (or 0x3C907B) is known color: Lochinvar. HEX triplet: 3C, 90 and 7B. RGB value is (60,144,123). Sum of RGB (Red+Green+Blue) = 60+144+123=327 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.35% from 327); Green value is 144 (56.64% from 255 or 44.04% from 327); Blue value is 123 (48.44% from 255 or 37.61% from 327); Max value from RGB is 144 - color contains mainly: green. Hex color #3C907B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C907B is #C36F84. Grayscale: #747474. Windows color (decimal): -12808069 or 8097852. OLE color: 8097852.
HSL color Cylindrical-coordinate representation of color #3C907B: hue angle of 165º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3C907B is Cyan = 0.58, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 60 | 144 | 123 | - |
| CMYK | 0.58 | 0 | 0.15 | 0.44 |
| HSL | 165º | 0.41% | 0.4% | - |
| HSV(B) | 165º | 0.58% | 0.56% | - |
| XYZ | 15.41 | 22.34 | 22.24 | - |
| YUV | 116.49 | 131.67 | 87.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 144 | 123 | 0.58 | 0 | 0.15 | 0.44 | 165 | 0.41 | 0.4 |
| Hex | 3C | 90 | 7B | 3A | 0 | F | 2C | A5 | 29 | 28 |
| Octal | 74 | 220 | 173 | 72 | 0 | 17 | 54 | 245 | 51 | 50 |
| Binary | 111100 | 10010000 | 1111011 | 111010 | 0 | 1111 | 101100 | 10100101 | 101001 | 101000 |
Color Harmonies of #3C907B
Complementary color
Monochromatic Colors of #3C907B
Black with #3C907B
Text Example
Text Example
White with #3C907B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C907B; }
p { color: rgb(60,144,123); }
H1.HeaderClassName
{
color: #3C907B;
}
.AnyTagClassName
{
color: #3C907B;
}
</style>
background-color css
<style>
a { background-color: #3C907B; }
a { background-color: rgb(60,144,123); }
div.DivClassName
{
background-color: #3C907B;
}
.BgClassName
{
background-color: #3C907B;
}
</style>
border-color css
<style>
span { border-color: #3C907B; }
span { border-color: rgb(60,144,123); }
td.TdClassName
{
border-color: #3C907B;
}
.TagClassName
{
border-color: #3C907B;
}
</style>