#388687

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

Shades of Blue Chill #388687

Tints of Blue Chill #388687

Color information

#388687 (or 0x388687) is unknown color: approx Blue Chill. HEX triplet: 38, 86 and 87. RGB value is (56,134,135). Sum of RGB (Red+Green+Blue) = 56+134+135=325 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.23% from 325); Green value is 134 (52.73% from 255 or 41.23% from 325); Blue value is 135 (53.12% from 255 or 41.54% from 325); Max value from RGB is 135 - color contains mainly: blue. Hex color #388687 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388687 is #C77978. Grayscale: #6E6E6E. Windows color (decimal): -13072761 or 8881720. OLE color: 8881720.

HSL color Cylindrical-coordinate representation of color #388687: hue angle of 180.76º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #388687 is Cyan = 0.59, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB56134135-
CMYK0.590.0100.47
HSL180.76º41.36%37.45%-
HSV(B)180.76º58.52%52.94%-
XYZ14.5319.6425.95-
YUV110.79141.6688.92-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.23%
GREEN value IS 134 (52.73% from 255) = 41.23%
BLUE value IS 135 (53.12% from 255) = 41.54%
R=17.23%
G=41.23%
B=41.54%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal561341350.590.0100.47180.7641.3637.45
Hex3886873B102Fb52925
Octal702062077310572655145
Binary11100010000110100001111110111010111110110101101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388687; }

 p { color: rgb(56,134,135); }

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

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

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

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

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

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

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