#3F938C

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

Shades of Blue Chill #3F938C

Tints of Blue Chill #3F938C

Color information

#3F938C (or 0x3F938C) is unknown color: approx Blue Chill. HEX triplet: 3F, 93 and 8C. RGB value is (63,147,140). Sum of RGB (Red+Green+Blue) = 63+147+140=350 (46% of max value = 765). Red value is 63 (25% from 255 or 18% from 350); Green value is 147 (57.81% from 255 or 42% from 350); Blue value is 140 (55.08% from 255 or 40% from 350); Max value from RGB is 147 - color contains mainly: green. Hex color #3F938C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F938C is #C06C73. Grayscale: #797979. Windows color (decimal): -12610676 or 9212735. OLE color: 9212735.

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

Color convert

RGB63147140-
CMYK0.5700.050.42
HSL175º40%41.18%-
HSV(B)175º57.14%57.65%-
XYZ17.2223.8228.5-
YUV121.09138.6786.57-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18%
GREEN value IS 147 (57.81% from 255) = 42%
BLUE value IS 140 (55.08% from 255) = 40%
R=18%
G=42%
B=40%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal631471400.5700.050.421754041.18
Hex3F938C39052Aaf2829
Octal772232147105522575051
Binary1111111001001110001100111001010110101010101111101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F938C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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