#388587

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

Shades of Blue Chill #388587

Tints of Blue Chill #388587

Color information

#388587 (or 0x388587) is unknown color: approx Blue Chill. HEX triplet: 38, 85 and 87. RGB value is (56,133,135). Sum of RGB (Red+Green+Blue) = 56+133+135=324 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.28% from 324); Green value is 133 (52.34% from 255 or 41.05% from 324); Blue value is 135 (53.12% from 255 or 41.67% from 324); Max value from RGB is 135 - color contains mainly: blue. Hex color #388587 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388587 is #C77A78. Grayscale: #6E6E6E. Windows color (decimal): -13073017 or 8881464. OLE color: 8881464.

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

Color convert

RGB56133135-
CMYK0.590.0100.47
HSL181.52º41.36%37.45%-
HSV(B)181.52º58.52%52.94%-
XYZ14.3919.3725.9-
YUV110.2141.9989.34-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.28%
GREEN value IS 133 (52.34% from 255) = 41.05%
BLUE value IS 135 (53.12% from 255) = 41.67%
R=17.28%
G=41.05%
B=41.67%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal561331350.590.0100.47181.5241.3637.45
Hex3885873B102Fb62925
Octal702052077310572665145
Binary11100010000101100001111110111010111110110110101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388587; }

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

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

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

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

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

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

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

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