#388887

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

Shades of Blue Chill #388887

Tints of Blue Chill #388887

Color information

#388887 (or 0x388887) is unknown color: approx Blue Chill. HEX triplet: 38, 88 and 87. RGB value is (56,136,135). Sum of RGB (Red+Green+Blue) = 56+136+135=327 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.13% from 327); Green value is 136 (53.52% from 255 or 41.59% from 327); Blue value is 135 (53.12% from 255 or 41.28% from 327); Max value from RGB is 136 - color contains mainly: green. Hex color #388887 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388887 is #C77778. Grayscale: #6F6F6F. Windows color (decimal): -13072249 or 8882232. OLE color: 8882232.

HSL color Cylindrical-coordinate representation of color #388887: hue angle of 179.25º 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 #388887 is Cyan = 0.59, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB56136135-
CMYK0.5900.010.47
HSL179.25º41.67%37.65%-
HSV(B)179.25º58.82%53.33%-
XYZ14.8120.226.04-
YUV111.9714188.08-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.13%
GREEN value IS 136 (53.52% from 255) = 41.59%
BLUE value IS 135 (53.12% from 255) = 41.28%
R=17.13%
G=41.59%
B=41.28%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal561361350.5900.010.47179.2541.6737.65
Hex3888873B012Fb32a26
Octal702102077301572635246
Binary11100010001000100001111110110110111110110011101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388887; }

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

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

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

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

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

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

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

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