#398D7E

Color #398D7E Lochinvar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochinvar #398D7E

Tints of Lochinvar #398D7E

Color information

#398D7E (or 0x398D7E) is unknown color: approx Lochinvar. HEX triplet: 39, 8D and 7E. RGB value is (57,141,126). Sum of RGB (Red+Green+Blue) = 57+141+126=324 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.59% from 324); Green value is 141 (55.47% from 255 or 43.52% from 324); Blue value is 126 (49.61% from 255 or 38.89% from 324); Max value from RGB is 141 - color contains mainly: green. Hex color #398D7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398D7E is #C67281. Grayscale: #727272. Windows color (decimal): -13005442 or 8293689. OLE color: 8293689.

HSL color Cylindrical-coordinate representation of color #398D7E: hue angle of 169.29º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #398D7E is Cyan = 0.60, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.45.

Color convert

RGB57141126-
CMYK0.6000.110.45
HSL169.29º42.42%38.82%-
HSV(B)169.29º59.57%55.29%-
XYZ14.9821.4323.08-
YUV114.17134.6787.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 57 (22.66% from 255) = 17.59%
GREEN value IS 141 (55.47% from 255) = 43.52%
BLUE value IS 126 (49.61% from 255) = 38.89%
R=17.59%
G=43.52%
B=38.89%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal571411260.6000.110.45169.2942.4238.82
Hex398D7E3C0B2Da92a27
Octal7121517674013552515247
Binary1110011000110111111101111000101110110110101001101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398D7E; }

 p { color: rgb(57,141,126); }

 H1.HeaderClassName
 {
   color: #398D7E;
 }
 .AnyTagClassName
 {
   color: #398D7E;
 }
</style>
background-color css

<style>
 a { background-color: #398D7E; }

 a { background-color: rgb(57,141,126); }

 div.DivClassName
 {
   background-color: #398D7E;
 }
 .BgClassName
 {
   background-color: #398D7E;
 }
</style>
border-color css

<style>
 span { border-color: #398D7E; }

 span { border-color: rgb(57,141,126); }

 td.TdClassName
 {
   border-color: #398D7E;
 }
 .TagClassName
 {
   border-color: #398D7E;
 }
</style>