#378B88

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

Shades of Blue Chill #378B88

Tints of Blue Chill #378B88

Color information

#378B88 (or 0x378B88) is unknown color: approx Blue Chill. HEX triplet: 37, 8B and 88. RGB value is (55,139,136). Sum of RGB (Red+Green+Blue) = 55+139+136=330 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.67% from 330); Green value is 139 (54.69% from 255 or 42.12% from 330); Blue value is 136 (53.52% from 255 or 41.21% from 330); Max value from RGB is 139 - color contains mainly: green. Hex color #378B88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378B88 is #C87477. Grayscale: #717171. Windows color (decimal): -13137016 or 8948535. OLE color: 8948535.

HSL color Cylindrical-coordinate representation of color #378B88: hue angle of 177.86º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #378B88 is Cyan = 0.60, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.45.

Color convert

RGB55139136-
CMYK0.6000.020.45
HSL177.86º43.3%38.04%-
HSV(B)177.86º60.43%54.51%-
XYZ15.2521.0626.55-
YUV113.54140.6786.24-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.67%
GREEN value IS 139 (54.69% from 255) = 42.12%
BLUE value IS 136 (53.52% from 255) = 41.21%
R=16.67%
G=42.12%
B=41.21%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal551391360.6000.020.45177.8643.338.04
Hex378B883C022Db22b26
Octal672132107402552625346
Binary110111100010111000100011110001010110110110010101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378B88; }

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

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

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

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

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

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

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

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