#388C85

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

Shades of Blue Chill #388C85

Tints of Blue Chill #388C85

Color information

#388C85 (or 0x388C85) is unknown color: approx Blue Chill. HEX triplet: 38, 8C and 85. RGB value is (56,140,133). Sum of RGB (Red+Green+Blue) = 56+140+133=329 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.02% from 329); Green value is 140 (55.08% from 255 or 42.55% from 329); Blue value is 133 (52.34% from 255 or 40.43% from 329); Max value from RGB is 140 - color contains mainly: green. Hex color #388C85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388C85 is #C7737A. Grayscale: #727272. Windows color (decimal): -13071227 or 8752184. OLE color: 8752184.

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

Color convert

RGB56140133-
CMYK0.600.050.45
HSL175º42.86%38.43%-
HSV(B)175º60%54.9%-
XYZ15.2421.2925.5-
YUV114.09138.6786.57-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.02%
GREEN value IS 140 (55.08% from 255) = 42.55%
BLUE value IS 133 (52.34% from 255) = 40.43%
R=17.02%
G=42.55%
B=40.43%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal561401330.600.050.4517542.8638.43
Hex388C853C052Daf2b26
Octal702142057405552575346
Binary1110001000110010000101111100010110110110101111101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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