#378880

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

Shades of Lochinvar #378880

Tints of Lochinvar #378880

Color information

#378880 (or 0x378880) is unknown color: approx Lochinvar. HEX triplet: 37, 88 and 80. RGB value is (55,136,128). Sum of RGB (Red+Green+Blue) = 55+136+128=319 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.24% from 319); Green value is 136 (53.52% from 255 or 42.63% from 319); Blue value is 128 (50.39% from 255 or 40.13% from 319); Max value from RGB is 136 - color contains mainly: green. Hex color #378880 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378880 is #C8777F. Grayscale: #6E6E6E. Windows color (decimal): -13137792 or 8423479. OLE color: 8423479.

HSL color Cylindrical-coordinate representation of color #378880: hue angle of 174.07º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #378880 is Cyan = 0.60, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB55136128-
CMYK0.6000.060.47
HSL174.07º42.41%37.45%-
HSV(B)174.07º59.56%53.33%-
XYZ14.2819.9823.53-
YUV110.87137.6688.15-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.24%
GREEN value IS 136 (53.52% from 255) = 42.63%
BLUE value IS 128 (50.39% from 255) = 40.13%
R=17.24%
G=42.63%
B=40.13%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal551361280.6000.060.47174.0742.4137.45
Hex3788803C062Fae2a25
Octal672102007406572565245
Binary1101111000100010000000111100011010111110101110101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378880; }

 p { color: rgb(55,136,128); }

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

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

 a { background-color: rgb(55,136,128); }

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

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

 span { border-color: rgb(55,136,128); }

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