#388C87

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

Shades of Blue Chill #388C87

Tints of Blue Chill #388C87

Color information

#388C87 (or 0x388C87) is unknown color: approx Blue Chill. HEX triplet: 38, 8C and 87. RGB value is (56,140,135). Sum of RGB (Red+Green+Blue) = 56+140+135=331 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.92% from 331); Green value is 140 (55.08% from 255 or 42.30% from 331); Blue value is 135 (53.12% from 255 or 40.79% from 331); Max value from RGB is 140 - color contains mainly: green. Hex color #388C87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388C87 is #C77378. Grayscale: #727272. Windows color (decimal): -13071225 or 8883256. OLE color: 8883256.

HSL color Cylindrical-coordinate representation of color #388C87: hue angle of 176.43º 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 #388C87 is Cyan = 0.6, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB56140135-
CMYK0.600.040.45
HSL176.43º42.86%38.43%-
HSV(B)176.43º60%54.9%-
XYZ15.3821.3526.23-
YUV114.31139.6786.41-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.92%
GREEN value IS 140 (55.08% from 255) = 42.30%
BLUE value IS 135 (53.12% from 255) = 40.79%
R=16.92%
G=42.30%
B=40.79%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal561401350.600.040.45176.4342.8638.43
Hex388C873C042Db02b26
Octal702142077404552605346
Binary1110001000110010000111111100010010110110110000101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388C87; }

 p { color: rgb(56,140,135); }

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

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

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

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

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

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

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