#31918D

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

Shades of Blue Chill #31918D

Tints of Blue Chill #31918D

Color information

#31918D (or 0x31918D) is unknown color: approx Blue Chill. HEX triplet: 31, 91 and 8D. RGB value is (49,145,141). Sum of RGB (Red+Green+Blue) = 49+145+141=335 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.63% from 335); Green value is 145 (57.03% from 255 or 43.28% from 335); Blue value is 141 (55.47% from 255 or 42.09% from 335); Max value from RGB is 145 - color contains mainly: green. Hex color #31918D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31918D is #CE6E72. Grayscale: #737373. Windows color (decimal): -13528691 or 9277745. OLE color: 9277745.

HSL color Cylindrical-coordinate representation of color #31918D: hue angle of 177.5º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #31918D is Cyan = 0.66, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB49145141-
CMYK0.6600.030.43
HSL177.5º49.48%38.04%-
HSV(B)177.5º66.21%56.86%-
XYZ16.222.8328.75-
YUV115.84142.280.33-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.63%
GREEN value IS 145 (57.03% from 255) = 43.28%
BLUE value IS 141 (55.47% from 255) = 42.09%
R=14.63%
G=43.28%
B=42.09%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal491451410.6600.030.43177.549.4838.04
Hex31918D42032Bb23126
Octal6122121510203532626146
Binary1100011001000110001101100001001110101110110010110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31918D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31918D; }

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

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

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

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

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

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

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

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