#3B989B

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

Shades of Blue Chill #3B989B

Tints of Blue Chill #3B989B

Color information

#3B989B (or 0x3B989B) is unknown color: approx Blue Chill. HEX triplet: 3B, 98 and 9B. RGB value is (59,152,155). Sum of RGB (Red+Green+Blue) = 59+152+155=366 (48% of max value = 765). Red value is 59 (23.44% from 255 or 16.12% from 366); Green value is 152 (59.77% from 255 or 41.53% from 366); Blue value is 155 (60.94% from 255 or 42.35% from 366); Max value from RGB is 155 - color contains mainly: blue. Hex color #3B989B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B989B is #C46764. Grayscale: #7C7C7C. Windows color (decimal): -12871525 or 10197051. OLE color: 10197051.

HSL color Cylindrical-coordinate representation of color #3B989B: hue angle of 181.88º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3B989B is Cyan = 0.62, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB59152155-
CMYK0.620.0200.39
HSL181.88º44.86%41.96%-
HSV(B)181.88º61.94%60.78%-
XYZ18.9525.7534.98-
YUV124.53145.1981.26-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.12%
GREEN value IS 152 (59.77% from 255) = 41.53%
BLUE value IS 155 (60.94% from 255) = 42.35%
R=16.12%
G=41.53%
B=42.35%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal591521550.620.0200.39181.8844.8641.96
Hex3B989B3E2027b62d2a
Octal732302337620472665552
Binary111011100110001001101111111010010011110110110101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B989B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,152,155); }

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

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

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

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

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

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

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