#398A85

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

Shades of Blue Chill #398A85

Tints of Blue Chill #398A85

Color information

#398A85 (or 0x398A85) is unknown color: approx Blue Chill. HEX triplet: 39, 8A and 85. RGB value is (57,138,133). Sum of RGB (Red+Green+Blue) = 57+138+133=328 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.38% from 328); Green value is 138 (54.30% from 255 or 42.07% from 328); Blue value is 133 (52.34% from 255 or 40.55% from 328); Max value from RGB is 138 - color contains mainly: green. Hex color #398A85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398A85 is #C6757A. Grayscale: #717171. Windows color (decimal): -13006203 or 8751673. OLE color: 8751673.

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

Color convert

RGB57138133-
CMYK0.5900.040.46
HSL176.3º41.54%38.24%-
HSV(B)176.3º58.7%54.12%-
XYZ15.0120.7425.4-
YUV113.21139.1687.91-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.38%
GREEN value IS 138 (54.30% from 255) = 42.07%
BLUE value IS 133 (52.34% from 255) = 40.55%
R=17.38%
G=42.07%
B=40.55%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal571381330.5900.040.46176.341.5438.24
Hex398A853B042Eb02a26
Octal712122057304562605246
Binary1110011000101010000101111011010010111010110000101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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