#388C8B

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

Shades of Blue Chill #388C8B

Tints of Blue Chill #388C8B

Color information

#388C8B (or 0x388C8B) is unknown color: approx Blue Chill. HEX triplet: 38, 8C and 8B. RGB value is (56,140,139). Sum of RGB (Red+Green+Blue) = 56+140+139=335 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.72% from 335); Green value is 140 (55.08% from 255 or 41.79% from 335); Blue value is 139 (54.69% from 255 or 41.49% from 335); Max value from RGB is 140 - color contains mainly: green. Hex color #388C8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388C8B is #C77374. Grayscale: #727272. Windows color (decimal): -13071221 or 9145400. OLE color: 9145400.

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

Color convert

RGB56140139-
CMYK0.600.010.45
HSL179.29º42.86%38.43%-
HSV(B)179.29º60%54.9%-
XYZ15.6721.4627.74-
YUV114.77141.6786.08-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.72%
GREEN value IS 140 (55.08% from 255) = 41.79%
BLUE value IS 139 (54.69% from 255) = 41.49%
R=16.72%
G=41.79%
B=41.49%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal561401390.600.010.45179.2942.8638.43
Hex388C8B3C012Db32b26
Octal702142137401552635346
Binary11100010001100100010111111000110110110110011101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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