#398682

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

Shades of Blue Chill #398682

Tints of Blue Chill #398682

Color information

#398682 (or 0x398682) is unknown color: approx Blue Chill. HEX triplet: 39, 86 and 82. RGB value is (57,134,130). Sum of RGB (Red+Green+Blue) = 57+134+130=321 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.76% from 321); Green value is 134 (52.73% from 255 or 41.74% from 321); Blue value is 130 (51.17% from 255 or 40.50% from 321); Max value from RGB is 134 - color contains mainly: green. Hex color #398682 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398682 is #C6797D. Grayscale: #6E6E6E. Windows color (decimal): -13007230 or 8554041. OLE color: 8554041.

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

Color convert

RGB57134130-
CMYK0.5700.030.47
HSL176.88º40.31%37.45%-
HSV(B)176.88º57.46%52.55%-
XYZ14.2419.5324.14-
YUV110.52138.9989.83-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.76%
GREEN value IS 134 (52.73% from 255) = 41.74%
BLUE value IS 130 (51.17% from 255) = 40.50%
R=17.76%
G=41.74%
B=40.50%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal571341300.5700.030.47176.8840.3137.45
Hex39868239032Fb12825
Octal712062027103572615045
Binary111001100001101000001011100101110111110110001101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398682; }

 p { color: rgb(57,134,130); }

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

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

 a { background-color: rgb(57,134,130); }

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

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

 span { border-color: rgb(57,134,130); }

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