#3B8E8E

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

Shades of Blue Chill #3B8E8E

Tints of Blue Chill #3B8E8E

Color information

#3B8E8E (or 0x3B8E8E) is unknown color: approx Blue Chill. HEX triplet: 3B, 8E and 8E. RGB value is (59,142,142). Sum of RGB (Red+Green+Blue) = 59+142+142=343 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.20% from 343); Green value is 142 (55.86% from 255 or 41.40% from 343); Blue value is 142 (55.86% from 255 or 41.40% from 343); Max value from RGB is 142 - color contains mainly: green, blue. Hex color #3B8E8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B8E8E is #C47171. Grayscale: #757575. Windows color (decimal): -12874098 or 9342523. OLE color: 9342523.

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

Color convert

RGB59142142-
CMYK0.58000.44
HSL180º41.29%39.41%-
HSV(B)180º58.45%55.69%-
XYZ16.3622.2329.02-
YUV117.1814286.5-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.20%
GREEN value IS 142 (55.86% from 255) = 41.40%
BLUE value IS 142 (55.86% from 255) = 41.40%
R=17.20%
G=41.40%
B=41.40%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal591421420.58000.4418041.2939.41
Hex3B8E8E3A002Cb42927
Octal732162167200542645147
Binary11101110001110100011101110100010110010110100101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B8E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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