#398A7D

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

Shades of Lochinvar #398A7D

Tints of Lochinvar #398A7D

Color information

#398A7D (or 0x398A7D) is unknown color: approx Lochinvar. HEX triplet: 39, 8A and 7D. RGB value is (57,138,125). Sum of RGB (Red+Green+Blue) = 57+138+125=320 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.81% from 320); Green value is 138 (54.30% from 255 or 43.12% from 320); Blue value is 125 (49.22% from 255 or 39.06% from 320); Max value from RGB is 138 - color contains mainly: green. Hex color #398A7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398A7D is #C67582. Grayscale: #707070. Windows color (decimal): -13006211 or 8227385. OLE color: 8227385.

HSL color Cylindrical-coordinate representation of color #398A7D: hue angle of 170.37º 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 #398A7D is Cyan = 0.59, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB57138125-
CMYK0.5900.090.46
HSL170.37º41.54%38.24%-
HSV(B)170.37º58.7%54.12%-
XYZ14.4820.5322.6-
YUV112.3135.1688.56-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.81%
GREEN value IS 138 (54.30% from 255) = 43.12%
BLUE value IS 125 (49.22% from 255) = 39.06%
R=17.81%
G=43.12%
B=39.06%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal571381250.5900.090.46170.3741.5438.24
Hex398A7D3B092Eaa2a26
Octal7121217573011562525246
Binary1110011000101011111011110110100110111010101010101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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