#3B8E8B

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

Shades of Blue Chill #3B8E8B

Tints of Blue Chill #3B8E8B

Color information

#3B8E8B (or 0x3B8E8B) is unknown color: approx Blue Chill. HEX triplet: 3B, 8E and 8B. RGB value is (59,142,139). Sum of RGB (Red+Green+Blue) = 59+142+139=340 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.35% from 340); Green value is 142 (55.86% from 255 or 41.76% from 340); Blue value is 139 (54.69% from 255 or 40.88% from 340); Max value from RGB is 142 - color contains mainly: green. Hex color #3B8E8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B8E8B is #C47174. Grayscale: #747474. Windows color (decimal): -12874101 or 9145915. OLE color: 9145915.

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

Color convert

RGB59142139-
CMYK0.5800.020.44
HSL177.83º41.29%39.41%-
HSV(B)177.83º58.45%55.69%-
XYZ16.1422.1427.85-
YUV116.84140.586.74-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.35%
GREEN value IS 142 (55.86% from 255) = 41.76%
BLUE value IS 139 (54.69% from 255) = 40.88%
R=17.35%
G=41.76%
B=40.88%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal591421390.5800.020.44177.8341.2939.41
Hex3B8E8B3A022Cb22927
Octal732162137202542625147
Binary111011100011101000101111101001010110010110010101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B8E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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