#3F938D

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

Shades of Blue Chill #3F938D

Tints of Blue Chill #3F938D

Color information

#3F938D (or 0x3F938D) is unknown color: approx Blue Chill. HEX triplet: 3F, 93 and 8D. RGB value is (63,147,141). Sum of RGB (Red+Green+Blue) = 63+147+141=351 (46% of max value = 765). Red value is 63 (25% from 255 or 17.95% from 351); Green value is 147 (57.81% from 255 or 41.88% from 351); Blue value is 141 (55.47% from 255 or 40.17% from 351); Max value from RGB is 147 - color contains mainly: green. Hex color #3F938D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F938D is #C06C72. Grayscale: #797979. Windows color (decimal): -12610675 or 9278271. OLE color: 9278271.

HSL color Cylindrical-coordinate representation of color #3F938D: hue angle of 175.71º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F938D is Cyan = 0.57, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB63147141-
CMYK0.5700.040.42
HSL175.71º40%41.18%-
HSV(B)175.71º57.14%57.65%-
XYZ17.2923.8528.89-
YUV121.2139.1786.49-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.95%
GREEN value IS 147 (57.81% from 255) = 41.88%
BLUE value IS 141 (55.47% from 255) = 40.17%
R=17.95%
G=41.88%
B=40.17%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal631471410.5700.040.42175.714041.18
Hex3F938D39042Ab02829
Octal772232157104522605051
Binary1111111001001110001101111001010010101010110000101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F938D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F938D; }

 p { color: rgb(63,147,141); }

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

<style>
 a { background-color: #3F938D; }

 a { background-color: rgb(63,147,141); }

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

<style>
 span { border-color: #3F938D; }

 span { border-color: rgb(63,147,141); }

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