#398D91

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

Shades of Blue Chill #398D91

Tints of Blue Chill #398D91

Color information

#398D91 (or 0x398D91) is unknown color: approx Blue Chill. HEX triplet: 39, 8D and 91. RGB value is (57,141,145). Sum of RGB (Red+Green+Blue) = 57+141+145=343 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.62% from 343); Green value is 141 (55.47% from 255 or 41.11% from 343); Blue value is 145 (57.03% from 255 or 42.27% from 343); Max value from RGB is 145 - color contains mainly: blue. Hex color #398D91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398D91 is #C6726E. Grayscale: #747474. Windows color (decimal): -13005423 or 9538873. OLE color: 9538873.

HSL color Cylindrical-coordinate representation of color #398D91: hue angle of 182.73º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #398D91 is Cyan = 0.61, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB57141145-
CMYK0.610.0300.43
HSL182.73º43.56%39.61%-
HSV(B)182.73º60.69%56.86%-
XYZ16.3221.9630.17-
YUV116.34144.1785.67-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.62%
GREEN value IS 141 (55.47% from 255) = 41.11%
BLUE value IS 145 (57.03% from 255) = 42.27%
R=16.62%
G=41.11%
B=42.27%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal571411450.610.0300.43182.7343.5639.61
Hex398D913D302Bb72c28
Octal712152217530532675450
Binary111001100011011001000111110111010101110110111101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,141,145); }

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

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

 a { background-color: rgb(57,141,145); }

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

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

 span { border-color: rgb(57,141,145); }

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