Shades of Lochinvar #368B7D
Tints of Lochinvar #368B7D
RGB
CMYK
RGB Variations
Color information
#368B7D (or 0x368B7D) is known color: Lochinvar. HEX triplet: 36, 8B and 7D. RGB value is (54,139,125). Sum of RGB (Red+Green+Blue) = 54+139+125=318 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.98% from 318); Green value is 139 (54.69% from 255 or 43.71% from 318); Blue value is 125 (49.22% from 255 or 39.31% from 318); Max value from RGB is 139 - color contains mainly: green. Hex color #368B7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368B7D is #C97482. Grayscale: #6F6F6F. Windows color (decimal): -13202563 or 8227638. OLE color: 8227638.
HSL color Cylindrical-coordinate representation of color #368B7D: hue angle of 170.12º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #368B7D is Cyan = 0.61, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 54 | 139 | 125 | - |
| CMYK | 0.61 | 0 | 0.10 | 0.45 |
| HSL | 170.12º | 0.44% | 0.38% | - |
| HSV(B) | 170.12º | 0.61% | 0.55% | - |
| XYZ | 14.46 | 20.73 | 22.64 | - |
| YUV | 111.99 | 135.34 | 86.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 139 | 125 | 0.61 | 0 | 0.10 | 0.45 | 170.12 | 0.44 | 0.38 |
| Hex | 36 | 8B | 7D | 3D | 0 | A | 2D | AA | 2C | 26 |
| Octal | 66 | 213 | 175 | 75 | 0 | 12 | 55 | 252 | 54 | 46 |
| Binary | 110110 | 10001011 | 1111101 | 111101 | 0 | 1010 | 101101 | 10101010 | 101100 | 100110 |
Color Harmonies of #368B7D
Complementary color
Monochromatic Colors of #368B7D
Black with #368B7D
Text Example
Text Example
White with #368B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368B7D; }
p { color: rgb(54,139,125); }
H1.HeaderClassName
{
color: #368B7D;
}
.AnyTagClassName
{
color: #368B7D;
}
</style>
background-color css
<style>
a { background-color: #368B7D; }
a { background-color: rgb(54,139,125); }
div.DivClassName
{
background-color: #368B7D;
}
.BgClassName
{
background-color: #368B7D;
}
</style>
border-color css
<style>
span { border-color: #368B7D; }
span { border-color: rgb(54,139,125); }
td.TdClassName
{
border-color: #368B7D;
}
.TagClassName
{
border-color: #368B7D;
}
</style>