Shades of Lochinvar #3F907B
Tints of Lochinvar #3F907B
RGB
CMYK
RGB Variations
Color information
#3F907B (or 0x3F907B) is known color: Lochinvar. HEX triplet: 3F, 90 and 7B. RGB value is (63,144,123). Sum of RGB (Red+Green+Blue) = 63+144+123=330 (43% of max value = 765). Red value is 63 (25% from 255 or 19.09% from 330); Green value is 144 (56.64% from 255 or 43.64% from 330); Blue value is 123 (48.44% from 255 or 37.27% from 330); Max value from RGB is 144 - color contains mainly: green. Hex color #3F907B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F907B is #C06F84. Grayscale: #757575. Windows color (decimal): -12611461 or 8097855. OLE color: 8097855.
HSL color Cylindrical-coordinate representation of color #3F907B: hue angle of 164.44º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3F907B is Cyan = 0.56, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 63 | 144 | 123 | - |
| CMYK | 0.56 | 0 | 0.15 | 0.44 |
| HSL | 164.44º | 0.39% | 0.41% | - |
| HSV(B) | 164.44º | 0.56% | 0.56% | - |
| XYZ | 15.6 | 22.43 | 22.25 | - |
| YUV | 117.39 | 131.16 | 89.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 144 | 123 | 0.56 | 0 | 0.15 | 0.44 | 164.44 | 0.39 | 0.41 |
| Hex | 3F | 90 | 7B | 38 | 0 | F | 2C | A4 | 27 | 29 |
| Octal | 77 | 220 | 173 | 70 | 0 | 17 | 54 | 244 | 47 | 51 |
| Binary | 111111 | 10010000 | 1111011 | 111000 | 0 | 1111 | 101100 | 10100100 | 100111 | 101001 |
Color Harmonies of #3F907B
Complementary color
Monochromatic Colors of #3F907B
Black with #3F907B
Text Example
Text Example
White with #3F907B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F907B; }
p { color: rgb(63,144,123); }
H1.HeaderClassName
{
color: #3F907B;
}
.AnyTagClassName
{
color: #3F907B;
}
</style>
background-color css
<style>
a { background-color: #3F907B; }
a { background-color: rgb(63,144,123); }
div.DivClassName
{
background-color: #3F907B;
}
.BgClassName
{
background-color: #3F907B;
}
</style>
border-color css
<style>
span { border-color: #3F907B; }
span { border-color: rgb(63,144,123); }
td.TdClassName
{
border-color: #3F907B;
}
.TagClassName
{
border-color: #3F907B;
}
</style>