#378882

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

Shades of Blue Chill #378882

Tints of Blue Chill #378882

Color information

#378882 (or 0x378882) is unknown color: approx Blue Chill. HEX triplet: 37, 88 and 82. RGB value is (55,136,130). Sum of RGB (Red+Green+Blue) = 55+136+130=321 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.13% from 321); Green value is 136 (53.52% from 255 or 42.37% from 321); Blue value is 130 (51.17% from 255 or 40.50% from 321); Max value from RGB is 136 - color contains mainly: green. Hex color #378882 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378882 is #C8777D. Grayscale: #6F6F6F. Windows color (decimal): -13137790 or 8554551. OLE color: 8554551.

HSL color Cylindrical-coordinate representation of color #378882: hue angle of 175.56º 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 #378882 is Cyan = 0.60, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB55136130-
CMYK0.6000.040.47
HSL175.56º42.41%37.45%-
HSV(B)175.56º59.56%53.33%-
XYZ14.4120.0324.23-
YUV111.1138.6687.99-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.13%
GREEN value IS 136 (53.52% from 255) = 42.37%
BLUE value IS 130 (51.17% from 255) = 40.50%
R=17.13%
G=42.37%
B=40.50%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal551361300.6000.040.47175.5642.4137.45
Hex3788823C042Fb02a25
Octal672102027404572605245
Binary1101111000100010000010111100010010111110110000101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378882; }

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

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

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

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

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

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

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

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