#438F88

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

Shades of Lochinvar #438F88

Tints of Lochinvar #438F88

Color information

#438F88 (or 0x438F88) is unknown color: approx Lochinvar. HEX triplet: 43, 8F and 88. RGB value is (67,143,136). Sum of RGB (Red+Green+Blue) = 67+143+136=346 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.36% from 346); Green value is 143 (56.25% from 255 or 41.33% from 346); Blue value is 136 (53.52% from 255 or 39.31% from 346); Max value from RGB is 143 - color contains mainly: green. Hex color #438F88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438F88 is #BC7077. Grayscale: #777777. Windows color (decimal): -12349560 or 8949571. OLE color: 8949571.

HSL color Cylindrical-coordinate representation of color #438F88: hue angle of 174.47º 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 #438F88 is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.

Color convert

RGB67143136-
CMYK0.5300.050.44
HSL174.47º36.19%41.18%-
HSV(B)174.47º53.15%56.08%-
XYZ16.5822.6226.78-
YUV119.48137.3290.57-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 19.36%
GREEN value IS 143 (56.25% from 255) = 41.33%
BLUE value IS 136 (53.52% from 255) = 39.31%
R=19.36%
G=41.33%
B=39.31%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal671431360.5300.050.44174.4736.1941.18
Hex438F8835052Cae2429
Octal1032172106505542564451
Binary10000111000111110001000110101010110110010101110100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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