#398A7C

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

Shades of Lochinvar #398A7C

Tints of Lochinvar #398A7C

Color information

#398A7C (or 0x398A7C) is unknown color: approx Lochinvar. HEX triplet: 39, 8A and 7C. RGB value is (57,138,124). Sum of RGB (Red+Green+Blue) = 57+138+124=319 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.87% from 319); Green value is 138 (54.30% from 255 or 43.26% from 319); Blue value is 124 (48.83% from 255 or 38.87% from 319); Max value from RGB is 138 - color contains mainly: green. Hex color #398A7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398A7C is #C67583. Grayscale: #707070. Windows color (decimal): -13006212 or 8161849. OLE color: 8161849.

HSL color Cylindrical-coordinate representation of color #398A7C: hue angle of 169.63º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #398A7C is Cyan = 0.59, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.46.

Color convert

RGB57138124-
CMYK0.5900.100.46
HSL169.63º41.54%38.24%-
HSV(B)169.63º58.7%54.12%-
XYZ14.4120.522.27-
YUV112.18134.6688.64-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.87%
GREEN value IS 138 (54.30% from 255) = 43.26%
BLUE value IS 124 (48.83% from 255) = 38.87%
R=17.87%
G=43.26%
B=38.87%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal571381240.5900.100.46169.6341.5438.24
Hex398A7C3B0A2Eaa2a26
Octal7121217473012562525246
Binary1110011000101011111001110110101010111010101010101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,138,124); }

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

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

 a { background-color: rgb(57,138,124); }

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

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

 span { border-color: rgb(57,138,124); }

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