#388d89

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

Shades of Blue Chill #388D89

Tints of Blue Chill #388D89

Color information

#388D89 (or 0x388D89) is unknown color: approx Blue Chill. HEX triplet: 38, 8D and 89. RGB value is (56,141,137). Sum of RGB (Red+Green+Blue) = 56+141+137=334 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.77% from 334); Green value is 141 (55.47% from 255 or 42.22% from 334); Blue value is 137 (53.91% from 255 or 41.02% from 334); Max value from RGB is 141 - color contains mainly: green. Hex color #388D89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388D89 is #C77276. Grayscale: #737373. Windows color (decimal): -13070967 or 9014584. OLE color: 9014584.

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

Color convert

RGB56141137-
CMYK0.6000.030.45
HSL177.18º43.15%38.63%-
HSV(B)177.18º60.28%55.29%-
XYZ15.6721.727.03-
YUV115.13140.3485.83-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.77%
GREEN value IS 141 (55.47% from 255) = 42.22%
BLUE value IS 137 (53.91% from 255) = 41.02%
R=16.77%
G=42.22%
B=41.02%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal561411370.6000.030.45177.1843.1538.63
Hex388D893C032Db12b27
Octal702152117403552615347
Binary111000100011011000100111110001110110110110001101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388d89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,141,137); }

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

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

 a { background-color: rgb(56,141,137); }

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

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

 span { border-color: rgb(56,141,137); }

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