#398A89

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

Shades of Blue Chill #398A89

Tints of Blue Chill #398A89

Color information

#398A89 (or 0x398A89) is unknown color: approx Blue Chill. HEX triplet: 39, 8A and 89. RGB value is (57,138,137). Sum of RGB (Red+Green+Blue) = 57+138+137=332 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.17% from 332); Green value is 138 (54.30% from 255 or 41.57% from 332); Blue value is 137 (53.91% from 255 or 41.27% from 332); Max value from RGB is 138 - color contains mainly: green. Hex color #398A89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398A89 is #C67576. Grayscale: #717171. Windows color (decimal): -13006199 or 9013817. OLE color: 9013817.

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

Color convert

RGB57138137-
CMYK0.5900.010.46
HSL179.26º41.54%38.24%-
HSV(B)179.26º58.7%54.12%-
XYZ15.2920.8526.89-
YUV113.67141.1687.58-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.17%
GREEN value IS 138 (54.30% from 255) = 41.57%
BLUE value IS 137 (53.91% from 255) = 41.27%
R=17.17%
G=41.57%
B=41.27%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal571381370.5900.010.46179.2641.5438.24
Hex398A893B012Eb32a26
Octal712122117301562635246
Binary11100110001010100010011110110110111010110011101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398A89; }

 p { color: rgb(57,138,137); }

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

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

 a { background-color: rgb(57,138,137); }

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

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

 span { border-color: rgb(57,138,137); }

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