#388b8b

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

Shades of Blue Chill #388B8B

Tints of Blue Chill #388B8B

Color information

#388B8B (or 0x388B8B) is unknown color: approx Blue Chill. HEX triplet: 38, 8B and 8B. RGB value is (56,139,139). Sum of RGB (Red+Green+Blue) = 56+139+139=334 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.77% from 334); Green value is 139 (54.69% from 255 or 41.62% from 334); Blue value is 139 (54.69% from 255 or 41.62% from 334); Max value from RGB is 139 - color contains mainly: green, blue. Hex color #388B8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388B8B is #C77474. Grayscale: #727272. Windows color (decimal): -13071477 or 9145144. OLE color: 9145144.

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

Color convert

RGB56139139-
CMYK0.60000.45
HSL180º42.56%38.24%-
HSV(B)180º59.71%54.51%-
XYZ15.5221.1727.69-
YUV114.1814286.5-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.77%
GREEN value IS 139 (54.69% from 255) = 41.62%
BLUE value IS 139 (54.69% from 255) = 41.62%
R=16.77%
G=41.62%
B=41.62%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal561391390.60000.4518042.5638.24
Hex388B8B3C002Db42b26
Octal702132137400552645346
Binary11100010001011100010111111000010110110110100101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388b8b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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