#38897B

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

Shades of Lochinvar #38897B

Tints of Lochinvar #38897B

Color information

#38897B (or 0x38897B) is unknown color: approx Lochinvar. HEX triplet: 38, 89 and 7B. RGB value is (56,137,123). Sum of RGB (Red+Green+Blue) = 56+137+123=316 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.72% from 316); Green value is 137 (53.91% from 255 or 43.35% from 316); Blue value is 123 (48.44% from 255 or 38.92% from 316); Max value from RGB is 137 - color contains mainly: green. Hex color #38897B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38897B is #C77684. Grayscale: #6F6F6F. Windows color (decimal): -13072005 or 8096056. OLE color: 8096056.

HSL color Cylindrical-coordinate representation of color #38897B: 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 #38897B is Cyan = 0.59, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.46.

Color convert

RGB56137123-
CMYK0.5900.100.46
HSL169.63º41.97%37.84%-
HSV(B)169.63º59.12%53.73%-
XYZ14.1520.1621.88-
YUV111.18134.6688.64-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.72%
GREEN value IS 137 (53.91% from 255) = 43.35%
BLUE value IS 123 (48.44% from 255) = 38.92%
R=17.72%
G=43.35%
B=38.92%

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
Decimal561371230.5900.100.46169.6341.9737.84
Hex38897B3B0A2Eaa2a26
Octal7021117373012562525246
Binary1110001000100111110111110110101010111010101010101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38897B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38897B; }

 p { color: rgb(56,137,123); }

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

<style>
 a { background-color: #38897B; }

 a { background-color: rgb(56,137,123); }

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

<style>
 span { border-color: #38897B; }

 span { border-color: rgb(56,137,123); }

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