#398F8C

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

Shades of Blue Chill #398F8C

Tints of Blue Chill #398F8C

Color information

#398F8C (or 0x398F8C) is unknown color: approx Blue Chill. HEX triplet: 39, 8F and 8C. RGB value is (57,143,140). Sum of RGB (Red+Green+Blue) = 57+143+140=340 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.76% from 340); Green value is 143 (56.25% from 255 or 42.06% from 340); Blue value is 140 (55.08% from 255 or 41.18% from 340); Max value from RGB is 143 - color contains mainly: green. Hex color #398F8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398F8C is #C67073. Grayscale: #747474. Windows color (decimal): -13004916 or 9211705. OLE color: 9211705.

HSL color Cylindrical-coordinate representation of color #398F8C: hue angle of 177.91º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #398F8C is Cyan = 0.60, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.44.

Color convert

RGB57143140-
CMYK0.6000.020.44
HSL177.91º43%39.22%-
HSV(B)177.91º60.14%56.08%-
XYZ16.2422.4128.28-
YUV116.94141.0185.24-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.76%
GREEN value IS 143 (56.25% from 255) = 42.06%
BLUE value IS 140 (55.08% from 255) = 41.18%
R=16.76%
G=42.06%
B=41.18%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal571431400.6000.020.44177.914339.22
Hex398F8C3C022Cb22b27
Octal712172147402542625347
Binary111001100011111000110011110001010110010110010101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,143,140); }

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

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

 a { background-color: rgb(57,143,140); }

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

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

 span { border-color: rgb(57,143,140); }

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