#378E8B

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

Shades of Blue Chill #378E8B

Tints of Blue Chill #378E8B

Color information

#378E8B (or 0x378E8B) is unknown color: approx Blue Chill. HEX triplet: 37, 8E and 8B. RGB value is (55,142,139). Sum of RGB (Red+Green+Blue) = 55+142+139=336 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.37% from 336); Green value is 142 (55.86% from 255 or 42.26% from 336); Blue value is 139 (54.69% from 255 or 41.37% from 336); Max value from RGB is 142 - color contains mainly: green. Hex color #378E8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378E8B is #C87174. Grayscale: #737373. Windows color (decimal): -13136245 or 9145911. OLE color: 9145911.

HSL color Cylindrical-coordinate representation of color #378E8B: hue angle of 177.93º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #378E8B is Cyan = 0.61, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.44.

Color convert

RGB55142139-
CMYK0.6100.020.44
HSL177.93º44.16%38.63%-
HSV(B)177.93º61.27%55.69%-
XYZ15.9122.0227.84-
YUV115.65141.1884.74-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.37%
GREEN value IS 142 (55.86% from 255) = 42.26%
BLUE value IS 139 (54.69% from 255) = 41.37%
R=16.37%
G=42.26%
B=41.37%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal551421390.6100.020.44177.9344.1638.63
Hex378E8B3D022Cb22c27
Octal672162137502542625447
Binary110111100011101000101111110101010110010110010101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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