#388488

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

Shades of Blue Chill #388488

Tints of Blue Chill #388488

Color information

#388488 (or 0x388488) is unknown color: approx Blue Chill. HEX triplet: 38, 84 and 88. RGB value is (56,132,136). Sum of RGB (Red+Green+Blue) = 56+132+136=324 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.28% from 324); Green value is 132 (51.95% from 255 or 40.74% from 324); Blue value is 136 (53.52% from 255 or 41.98% from 324); Max value from RGB is 136 - color contains mainly: blue. Hex color #388488 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388488 is #C77B77. Grayscale: #6D6D6D. Windows color (decimal): -13073272 or 8946744. OLE color: 8946744.

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

Color convert

RGB56132136-
CMYK0.590.0300.47
HSL183º41.67%37.65%-
HSV(B)183º58.82%53.33%-
XYZ14.3319.1226.23-
YUV109.73142.8289.67-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.28%
GREEN value IS 132 (51.95% from 255) = 40.74%
BLUE value IS 136 (53.52% from 255) = 41.98%
R=17.28%
G=40.74%
B=41.98%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal561321360.590.0300.4718341.6737.65
Hex3884883B302Fb72a26
Octal702042107330572675246
Binary111000100001001000100011101111010111110110111101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388488; }

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

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

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

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

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

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

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

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