#388984

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

Shades of Blue Chill #388984

Tints of Blue Chill #388984

Color information

#388984 (or 0x388984) is unknown color: approx Blue Chill. HEX triplet: 38, 89 and 84. RGB value is (56,137,132). Sum of RGB (Red+Green+Blue) = 56+137+132=325 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.23% from 325); Green value is 137 (53.91% from 255 or 42.15% from 325); Blue value is 132 (51.95% from 255 or 40.62% from 325); Max value from RGB is 137 - color contains mainly: green. Hex color #388984 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388984 is #C7767B. Grayscale: #707070. Windows color (decimal): -13071996 or 8685880. OLE color: 8685880.

HSL color Cylindrical-coordinate representation of color #388984: hue angle of 176.3º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #388984 is Cyan = 0.59, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB56137132-
CMYK0.5900.040.46
HSL176.3º41.97%37.84%-
HSV(B)176.3º59.12%53.73%-
XYZ14.7420.424.99-
YUV112.21139.1687.91-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.23%
GREEN value IS 137 (53.91% from 255) = 42.15%
BLUE value IS 132 (51.95% from 255) = 40.62%
R=17.23%
G=42.15%
B=40.62%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal561371320.5900.040.46176.341.9737.84
Hex3889843B042Eb02a26
Octal702112047304562605246
Binary1110001000100110000100111011010010111010110000101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388984; }

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

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

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

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

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

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

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

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