#3f938e

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

Shades of Blue Chill #3F938E

Tints of Blue Chill #3F938E

Color information

#3F938E (or 0x3F938E) is unknown color: approx Blue Chill. HEX triplet: 3F, 93 and 8E. RGB value is (63,147,142). Sum of RGB (Red+Green+Blue) = 63+147+142=352 (46% of max value = 765). Red value is 63 (25% from 255 or 17.90% from 352); Green value is 147 (57.81% from 255 or 41.76% from 352); Blue value is 142 (55.86% from 255 or 40.34% from 352); Max value from RGB is 147 - color contains mainly: green. Hex color #3F938E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F938E is #C06C71. Grayscale: #797979. Windows color (decimal): -12610674 or 9343807. OLE color: 9343807.

HSL color Cylindrical-coordinate representation of color #3F938E: hue angle of 176.43º 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 #3F938E is Cyan = 0.57, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB63147142-
CMYK0.5700.030.42
HSL176.43º40%41.18%-
HSV(B)176.43º57.14%57.65%-
XYZ17.3723.8829.28-
YUV121.31139.6786.41-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.90%
GREEN value IS 147 (57.81% from 255) = 41.76%
BLUE value IS 142 (55.86% from 255) = 40.34%
R=17.90%
G=41.76%
B=40.34%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal631471420.5700.030.42176.434041.18
Hex3F938E39032Ab02829
Octal772232167103522605051
Binary111111100100111000111011100101110101010110000101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f938e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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