#3F8E8B

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

Shades of Blue Chill #3F8E8B

Tints of Blue Chill #3F8E8B

Color information

#3F8E8B (or 0x3F8E8B) is unknown color: approx Blue Chill. HEX triplet: 3F, 8E and 8B. RGB value is (63,142,139). Sum of RGB (Red+Green+Blue) = 63+142+139=344 (45% of max value = 765). Red value is 63 (25% from 255 or 18.31% from 344); Green value is 142 (55.86% from 255 or 41.28% from 344); Blue value is 139 (54.69% from 255 or 40.41% from 344); Max value from RGB is 142 - color contains mainly: green. Hex color #3F8E8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F8E8B is #C07174. Grayscale: #757575. Windows color (decimal): -12611957 or 9145919. OLE color: 9145919.

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

Color convert

RGB63142139-
CMYK0.5600.020.44
HSL177.72º38.54%40.2%-
HSV(B)177.72º55.63%55.69%-
XYZ16.3822.2727.86-
YUV118.04139.8388.74-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.31%
GREEN value IS 142 (55.86% from 255) = 41.28%
BLUE value IS 139 (54.69% from 255) = 40.41%
R=18.31%
G=41.28%
B=40.41%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal631421390.5600.020.44177.7238.5440.2
Hex3F8E8B38022Cb22728
Octal772162137002542624750
Binary111111100011101000101111100001010110010110010100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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