#388586

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

Shades of Blue Chill #388586

Tints of Blue Chill #388586

Color information

#388586 (or 0x388586) is unknown color: approx Blue Chill. HEX triplet: 38, 85 and 86. RGB value is (56,133,134). Sum of RGB (Red+Green+Blue) = 56+133+134=323 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.34% from 323); Green value is 133 (52.34% from 255 or 41.18% from 323); Blue value is 134 (52.73% from 255 or 41.49% from 323); Max value from RGB is 134 - color contains mainly: blue. Hex color #388586 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388586 is #C77A79. Grayscale: #6E6E6E. Windows color (decimal): -13073018 or 8815928. OLE color: 8815928.

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

Color convert

RGB56133134-
CMYK0.580.0100.47
HSL180.77º41.05%37.25%-
HSV(B)180.77º58.21%52.55%-
XYZ14.3219.3425.53-
YUV110.09141.4989.42-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.34%
GREEN value IS 133 (52.34% from 255) = 41.18%
BLUE value IS 134 (52.73% from 255) = 41.49%
R=17.34%
G=41.18%
B=41.49%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal561331340.580.0100.47180.7741.0537.25
Hex3885863A102Fb52925
Octal702052067210572655145
Binary11100010000101100001101110101010111110110101101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388586; }

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

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

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

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

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

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

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

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