#378c8c

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

Shades of Blue Chill #378C8C

Tints of Blue Chill #378C8C

Color information

#378C8C (or 0x378C8C) is unknown color: approx Blue Chill. HEX triplet: 37, 8C and 8C. RGB value is (55,140,140). Sum of RGB (Red+Green+Blue) = 55+140+140=335 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.42% from 335); Green value is 140 (55.08% from 255 or 41.79% from 335); Blue value is 140 (55.08% from 255 or 41.79% from 335); Max value from RGB is 140 - color contains mainly: green, blue. Hex color #378C8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378C8C is #C87373. Grayscale: #727272. Windows color (decimal): -13136756 or 9210935. OLE color: 9210935.

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

Color convert

RGB55140140-
CMYK0.61000.45
HSL180º43.59%38.24%-
HSV(B)180º60.71%54.9%-
XYZ15.6921.4628.13-
YUV114.58142.3485.5-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.42%
GREEN value IS 140 (55.08% from 255) = 41.79%
BLUE value IS 140 (55.08% from 255) = 41.79%
R=16.42%
G=41.79%
B=41.79%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal551401400.61000.4518043.5938.24
Hex378C8C3D002Db42c26
Octal672142147500552645446
Binary11011110001100100011001111010010110110110100101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378c8c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,140,140); }

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

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

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

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

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

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

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