#31938B

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

Shades of Blue Chill #31938B

Tints of Blue Chill #31938B

Color information

#31938B (or 0x31938B) is unknown color: approx Blue Chill. HEX triplet: 31, 93 and 8B. RGB value is (49,147,139). Sum of RGB (Red+Green+Blue) = 49+147+139=335 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.63% from 335); Green value is 147 (57.81% from 255 or 43.88% from 335); Blue value is 139 (54.69% from 255 or 41.49% from 335); Max value from RGB is 147 - color contains mainly: green. Hex color #31938B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31938B is #CE6C74. Grayscale: #747474. Windows color (decimal): -13528181 or 9147185. OLE color: 9147185.

HSL color Cylindrical-coordinate representation of color #31938B: hue angle of 175.1º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #31938B is Cyan = 0.67, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB49147139-
CMYK0.6700.050.42
HSL175.1º50%38.43%-
HSV(B)175.1º66.67%57.65%-
XYZ16.3623.3828.08-
YUV116.79140.5379.65-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.63%
GREEN value IS 147 (57.81% from 255) = 43.88%
BLUE value IS 139 (54.69% from 255) = 41.49%
R=14.63%
G=43.88%
B=41.49%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal491471390.6700.050.42175.15038.43
Hex31938B43052Aaf3226
Octal6122321310305522576246
Binary11000110010011100010111000011010110101010101111110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31938B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31938B; }

 p { color: rgb(49,147,139); }

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

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

 a { background-color: rgb(49,147,139); }

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

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

 span { border-color: rgb(49,147,139); }

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