#388C89

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

Shades of Blue Chill #388C89

Tints of Blue Chill #388C89

Color information

#388C89 (or 0x388C89) is unknown color: approx Blue Chill. HEX triplet: 38, 8C and 89. RGB value is (56,140,137). Sum of RGB (Red+Green+Blue) = 56+140+137=333 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.82% from 333); Green value is 140 (55.08% from 255 or 42.04% from 333); Blue value is 137 (53.91% from 255 or 41.14% from 333); Max value from RGB is 140 - color contains mainly: green. Hex color #388C89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388C89 is #C77376. Grayscale: #727272. Windows color (decimal): -13071223 or 9014328. OLE color: 9014328.

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

Color convert

RGB56140137-
CMYK0.600.020.45
HSL177.86º42.86%38.43%-
HSV(B)177.86º60%54.9%-
XYZ15.5221.426.98-
YUV114.54140.6786.24-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.82%
GREEN value IS 140 (55.08% from 255) = 42.04%
BLUE value IS 137 (53.91% from 255) = 41.14%
R=16.82%
G=42.04%
B=41.14%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal561401370.600.020.45177.8642.8638.43
Hex388C893C022Db22b26
Octal702142117402552625346
Binary111000100011001000100111110001010110110110010101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388C89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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