#438F87

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

Shades of Lochinvar #438F87

Tints of Lochinvar #438F87

Color information

#438F87 (or 0x438F87) is unknown color: approx Lochinvar. HEX triplet: 43, 8F and 87. RGB value is (67,143,135). Sum of RGB (Red+Green+Blue) = 67+143+135=345 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.42% from 345); Green value is 143 (56.25% from 255 or 41.45% from 345); Blue value is 135 (53.12% from 255 or 39.13% from 345); Max value from RGB is 143 - color contains mainly: green. Hex color #438F87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438F87 is #BC7078. Grayscale: #777777. Windows color (decimal): -12349561 or 8884035. OLE color: 8884035.

HSL color Cylindrical-coordinate representation of color #438F87: hue angle of 173.68º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #438F87 is Cyan = 0.53, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB67143135-
CMYK0.5300.060.44
HSL173.68º36.19%41.18%-
HSV(B)173.68º53.15%56.08%-
XYZ16.5122.5926.41-
YUV119.36136.8290.65-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 19.42%
GREEN value IS 143 (56.25% from 255) = 41.45%
BLUE value IS 135 (53.12% from 255) = 39.13%
R=19.42%
G=41.45%
B=39.13%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal671431350.5300.060.44173.6836.1941.18
Hex438F8735062Cae2429
Octal1032172076506542564451
Binary10000111000111110000111110101011010110010101110100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #438F87; }

 p { color: rgb(67,143,135); }

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

<style>
 a { background-color: #438F87; }

 a { background-color: rgb(67,143,135); }

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

<style>
 span { border-color: #438F87; }

 span { border-color: rgb(67,143,135); }

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