#3F908E

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

Shades of Blue Chill #3F908E

Tints of Blue Chill #3F908E

Color information

#3F908E (or 0x3F908E) is unknown color: approx Blue Chill. HEX triplet: 3F, 90 and 8E. RGB value is (63,144,142). Sum of RGB (Red+Green+Blue) = 63+144+142=349 (46% of max value = 765). Red value is 63 (25% from 255 or 18.05% from 349); Green value is 144 (56.64% from 255 or 41.26% from 349); Blue value is 142 (55.86% from 255 or 40.69% from 349); Max value from RGB is 144 - color contains mainly: green. Hex color #3F908E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F908E is #C06F71. Grayscale: #777777. Windows color (decimal): -12611442 or 9343039. OLE color: 9343039.

HSL color Cylindrical-coordinate representation of color #3F908E: hue angle of 178.52º 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 #3F908E is Cyan = 0.56, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB63144142-
CMYK0.5600.010.44
HSL178.52º39.13%40.59%-
HSV(B)178.52º56.25%56.47%-
XYZ16.9122.9629.13-
YUV119.55140.6687.66-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.05%
GREEN value IS 144 (56.64% from 255) = 41.26%
BLUE value IS 142 (55.86% from 255) = 40.69%
R=18.05%
G=41.26%
B=40.69%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal631441420.5600.010.44178.5239.1340.59
Hex3F908E38012Cb32729
Octal772202167001542634751
Binary11111110010000100011101110000110110010110011100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F908E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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