#388589

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

Shades of Blue Chill #388589

Tints of Blue Chill #388589

Color information

#388589 (or 0x388589) is unknown color: approx Blue Chill. HEX triplet: 38, 85 and 89. RGB value is (56,133,137). Sum of RGB (Red+Green+Blue) = 56+133+137=326 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.18% from 326); Green value is 133 (52.34% from 255 or 40.80% from 326); Blue value is 137 (53.91% from 255 or 42.02% from 326); Max value from RGB is 137 - color contains mainly: blue. Hex color #388589 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388589 is #C77A76. Grayscale: #6E6E6E. Windows color (decimal): -13073015 or 9012536. OLE color: 9012536.

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

Color convert

RGB56133137-
CMYK0.590.0300.46
HSL182.96º41.97%37.84%-
HSV(B)182.96º59.12%53.73%-
XYZ14.5319.4226.65-
YUV110.43142.9989.17-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.18%
GREEN value IS 133 (52.34% from 255) = 40.80%
BLUE value IS 137 (53.91% from 255) = 42.02%
R=17.18%
G=40.80%
B=42.02%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal561331370.590.0300.46182.9641.9737.84
Hex3885893B302Eb72a26
Octal702052117330562675246
Binary111000100001011000100111101111010111010110111101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388589; }

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

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

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

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

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

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

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

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