#388B88

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

Shades of Blue Chill #388B88

Tints of Blue Chill #388B88

Color information

#388B88 (or 0x388B88) is unknown color: approx Blue Chill. HEX triplet: 38, 8B and 88. RGB value is (56,139,136). Sum of RGB (Red+Green+Blue) = 56+139+136=331 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.92% from 331); Green value is 139 (54.69% from 255 or 41.99% from 331); Blue value is 136 (53.52% from 255 or 41.09% from 331); Max value from RGB is 139 - color contains mainly: green. Hex color #388B88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388B88 is #C77477. Grayscale: #717171. Windows color (decimal): -13071480 or 8948536. OLE color: 8948536.

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

Color convert

RGB56139136-
CMYK0.6000.020.45
HSL177.83º42.56%38.24%-
HSV(B)177.83º59.71%54.51%-
XYZ15.3121.0826.56-
YUV113.84140.586.74-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.92%
GREEN value IS 139 (54.69% from 255) = 41.99%
BLUE value IS 136 (53.52% from 255) = 41.09%
R=16.92%
G=41.99%
B=41.09%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal561391360.6000.020.45177.8342.5638.24
Hex388B883C022Db22b26
Octal702132107402552625346
Binary111000100010111000100011110001010110110110010101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,139,136); }

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

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

 a { background-color: rgb(56,139,136); }

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

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

 span { border-color: rgb(56,139,136); }

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