#388C84

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

Shades of Blue Chill #388C84

Tints of Blue Chill #388C84

Color information

#388C84 (or 0x388C84) is unknown color: approx Blue Chill. HEX triplet: 38, 8C and 84. RGB value is (56,140,132). Sum of RGB (Red+Green+Blue) = 56+140+132=328 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.07% from 328); Green value is 140 (55.08% from 255 or 42.68% from 328); Blue value is 132 (51.95% from 255 or 40.24% from 328); Max value from RGB is 140 - color contains mainly: green. Hex color #388C84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388C84 is #C7737B. Grayscale: #717171. Windows color (decimal): -13071228 or 8686648. OLE color: 8686648.

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

Color convert

RGB56140132-
CMYK0.600.060.45
HSL174.29º42.86%38.43%-
HSV(B)174.29º60%54.9%-
XYZ15.1721.2625.13-
YUV113.97138.1786.65-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.07%
GREEN value IS 140 (55.08% from 255) = 42.68%
BLUE value IS 132 (51.95% from 255) = 40.24%
R=17.07%
G=42.68%
B=40.24%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal561401320.600.060.45174.2942.8638.43
Hex388C843C062Dae2b26
Octal702142047406552565346
Binary1110001000110010000100111100011010110110101110101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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