#31938C

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

Shades of Blue Chill #31938C

Tints of Blue Chill #31938C

Color information

#31938C (or 0x31938C) is unknown color: approx Blue Chill. HEX triplet: 31, 93 and 8C. RGB value is (49,147,140). Sum of RGB (Red+Green+Blue) = 49+147+140=336 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.58% from 336); Green value is 147 (57.81% from 255 or 43.75% from 336); Blue value is 140 (55.08% from 255 or 41.67% from 336); Max value from RGB is 147 - color contains mainly: green. Hex color #31938C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31938C is #CE6C73. Grayscale: #747474. Windows color (decimal): -13528180 or 9212721. OLE color: 9212721.

HSL color Cylindrical-coordinate representation of color #31938C: hue angle of 175.71º 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 #31938C is Cyan = 0.67, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB49147140-
CMYK0.6700.050.42
HSL175.71º50%38.43%-
HSV(B)175.71º66.67%57.65%-
XYZ16.4323.4128.46-
YUV116.9141.0379.57-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.58%
GREEN value IS 147 (57.81% from 255) = 43.75%
BLUE value IS 140 (55.08% from 255) = 41.67%
R=14.58%
G=43.75%
B=41.67%

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
Decimal491471400.6700.050.42175.715038.43
Hex31938C43052Ab03226
Octal6122321410305522606246
Binary11000110010011100011001000011010110101010110000110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31938C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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