#388684

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

Shades of Blue Chill #388684

Tints of Blue Chill #388684

Color information

#388684 (or 0x388684) is unknown color: approx Blue Chill. HEX triplet: 38, 86 and 84. RGB value is (56,134,132). Sum of RGB (Red+Green+Blue) = 56+134+132=322 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.39% from 322); Green value is 134 (52.73% from 255 or 41.61% from 322); Blue value is 132 (51.95% from 255 or 40.99% from 322); Max value from RGB is 134 - color contains mainly: green. Hex color #388684 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388684 is #C7797B. Grayscale: #6E6E6E. Windows color (decimal): -13072764 or 8685112. OLE color: 8685112.

HSL color Cylindrical-coordinate representation of color #388684: hue angle of 178.46º 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 #388684 is Cyan = 0.58, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB56134132-
CMYK0.5800.010.47
HSL178.46º41.05%37.25%-
HSV(B)178.46º58.21%52.55%-
XYZ14.3219.5624.85-
YUV110.45140.1689.16-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.39%
GREEN value IS 134 (52.73% from 255) = 41.61%
BLUE value IS 132 (51.95% from 255) = 40.99%
R=17.39%
G=41.61%
B=40.99%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal561341320.5800.010.47178.4641.0537.25
Hex3886843A012Fb22925
Octal702062047201572625145
Binary11100010000110100001001110100110111110110010101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388684; }

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

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

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

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

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

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

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

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