#388A8B

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

Shades of Blue Chill #388A8B

Tints of Blue Chill #388A8B

Color information

#388A8B (or 0x388A8B) is unknown color: approx Blue Chill. HEX triplet: 38, 8A and 8B. RGB value is (56,138,139). Sum of RGB (Red+Green+Blue) = 56+138+139=333 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.82% from 333); Green value is 138 (54.30% from 255 or 41.44% from 333); Blue value is 139 (54.69% from 255 or 41.74% from 333); Max value from RGB is 139 - color contains mainly: blue. Hex color #388A8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388A8B is #C77574. Grayscale: #717171. Windows color (decimal): -13071733 or 9144888. OLE color: 9144888.

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

Color convert

RGB56138139-
CMYK0.600.0100.45
HSL180.72º42.56%38.24%-
HSV(B)180.72º59.71%54.51%-
XYZ15.3820.8827.65-
YUV113.6142.3386.92-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.82%
GREEN value IS 138 (54.30% from 255) = 41.44%
BLUE value IS 139 (54.69% from 255) = 41.74%
R=16.82%
G=41.44%
B=41.74%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal561381390.600.0100.45180.7242.5638.24
Hex388A8B3C102Db52b26
Octal702122137410552655346
Binary11100010001010100010111111001010110110110101101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,138,139); }

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

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

 a { background-color: rgb(56,138,139); }

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

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

 span { border-color: rgb(56,138,139); }

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