Shades of Lochinvar #3A907D
Tints of Lochinvar #3A907D
RGB
CMYK
RGB Variations
Color information
#3A907D (or 0x3A907D) is known color: Lochinvar. HEX triplet: 3A, 90 and 7D. RGB value is (58,144,125). Sum of RGB (Red+Green+Blue) = 58+144+125=327 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.74% from 327); Green value is 144 (56.64% from 255 or 44.04% from 327); Blue value is 125 (49.22% from 255 or 38.23% from 327); Max value from RGB is 144 - color contains mainly: green. Hex color #3A907D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A907D is #C56F82. Grayscale: #747474. Windows color (decimal): -12939139 or 8228922. OLE color: 8228922.
HSL color Cylindrical-coordinate representation of color #3A907D: hue angle of 166.74º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A907D is Cyan = 0.60, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 58 | 144 | 125 | - |
| CMYK | 0.60 | 0 | 0.13 | 0.44 |
| HSL | 166.74º | 0.43% | 0.4% | - |
| HSV(B) | 166.74º | 0.6% | 0.56% | - |
| XYZ | 15.42 | 22.33 | 22.9 | - |
| YUV | 116.12 | 133.01 | 86.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 144 | 125 | 0.60 | 0 | 0.13 | 0.44 | 166.74 | 0.43 | 0.4 |
| Hex | 3A | 90 | 7D | 3C | 0 | D | 2C | A7 | 2B | 28 |
| Octal | 72 | 220 | 175 | 74 | 0 | 15 | 54 | 247 | 53 | 50 |
| Binary | 111010 | 10010000 | 1111101 | 111100 | 0 | 1101 | 101100 | 10100111 | 101011 | 101000 |
Color Harmonies of #3A907D
Complementary color
Monochromatic Colors of #3A907D
Black with #3A907D
Text Example
Text Example
White with #3A907D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A907D; }
p { color: rgb(58,144,125); }
H1.HeaderClassName
{
color: #3A907D;
}
.AnyTagClassName
{
color: #3A907D;
}
</style>
background-color css
<style>
a { background-color: #3A907D; }
a { background-color: rgb(58,144,125); }
div.DivClassName
{
background-color: #3A907D;
}
.BgClassName
{
background-color: #3A907D;
}
</style>
border-color css
<style>
span { border-color: #3A907D; }
span { border-color: rgb(58,144,125); }
td.TdClassName
{
border-color: #3A907D;
}
.TagClassName
{
border-color: #3A907D;
}
</style>