#388A7D

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

Shades of Lochinvar #388A7D

Tints of Lochinvar #388A7D

Color information

#388A7D (or 0x388A7D) is unknown color: approx Lochinvar. HEX triplet: 38, 8A and 7D. RGB value is (56,138,125). Sum of RGB (Red+Green+Blue) = 56+138+125=319 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.55% from 319); Green value is 138 (54.30% from 255 or 43.26% from 319); Blue value is 125 (49.22% from 255 or 39.18% from 319); Max value from RGB is 138 - color contains mainly: green. Hex color #388A7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388A7D is #C77582. Grayscale: #6F6F6F. Windows color (decimal): -13071747 or 8227384. OLE color: 8227384.

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

Color convert

RGB56138125-
CMYK0.5900.090.46
HSL170.49º42.27%38.04%-
HSV(B)170.49º59.42%54.12%-
XYZ14.4220.522.6-
YUV112135.3388.06-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.55%
GREEN value IS 138 (54.30% from 255) = 43.26%
BLUE value IS 125 (49.22% from 255) = 39.18%
R=17.55%
G=43.26%
B=39.18%

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
Decimal561381250.5900.090.46170.4942.2738.04
Hex388A7D3B092Eaa2a26
Octal7021217573011562525246
Binary1110001000101011111011110110100110111010101010101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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