#3F908B

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

Shades of Blue Chill #3F908B

Tints of Blue Chill #3F908B

Color information

#3F908B (or 0x3F908B) is unknown color: approx Blue Chill. HEX triplet: 3F, 90 and 8B. RGB value is (63,144,139). Sum of RGB (Red+Green+Blue) = 63+144+139=346 (45% of max value = 765). Red value is 63 (25% from 255 or 18.21% from 346); Green value is 144 (56.64% from 255 or 41.62% from 346); Blue value is 139 (54.69% from 255 or 40.17% from 346); Max value from RGB is 144 - color contains mainly: green. Hex color #3F908B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F908B is #C06F74. Grayscale: #777777. Windows color (decimal): -12611445 or 9146431. OLE color: 9146431.

HSL color Cylindrical-coordinate representation of color #3F908B: hue angle of 176.3º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3F908B is Cyan = 0.56, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB63144139-
CMYK0.5600.030.44
HSL176.3º39.13%40.59%-
HSV(B)176.3º56.25%56.47%-
XYZ16.6822.8727.96-
YUV119.21139.1687.91-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.21%
GREEN value IS 144 (56.64% from 255) = 41.62%
BLUE value IS 139 (54.69% from 255) = 40.17%
R=18.21%
G=41.62%
B=40.17%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal631441390.5600.030.44176.339.1340.59
Hex3F908B38032Cb02729
Octal772202137003542604751
Binary111111100100001000101111100001110110010110000100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F908B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,144,139); }

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

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

 a { background-color: rgb(63,144,139); }

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

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

 span { border-color: rgb(63,144,139); }

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