#398A95

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

Shades of Blue Chill #398A95

Tints of Blue Chill #398A95

Color information

#398A95 (or 0x398A95) is unknown color: approx Blue Chill. HEX triplet: 39, 8A and 95. RGB value is (57,138,149). Sum of RGB (Red+Green+Blue) = 57+138+149=344 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.57% from 344); Green value is 138 (54.30% from 255 or 40.12% from 344); Blue value is 149 (58.59% from 255 or 43.31% from 344); Max value from RGB is 149 - color contains mainly: blue. Hex color #398A95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398A95 is #C6756A. Grayscale: #727272. Windows color (decimal): -13006187 or 9800249. OLE color: 9800249.

HSL color Cylindrical-coordinate representation of color #398A95: hue angle of 187.17º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #398A95 is Cyan = 0.62, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB57138149-
CMYK0.620.0700.42
HSL187.17º44.66%40.39%-
HSV(B)187.17º61.74%58.43%-
XYZ16.221.2231.68-
YUV115.04147.1686.61-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.57%
GREEN value IS 138 (54.30% from 255) = 40.12%
BLUE value IS 149 (58.59% from 255) = 43.31%
R=16.57%
G=40.12%
B=43.31%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal571381490.620.0700.42187.1744.6640.39
Hex398A953E702Abb2d28
Octal712122257670522735550
Binary1110011000101010010101111110111010101010111011101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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