#3B9996

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

Shades of Blue Chill #3B9996

Tints of Blue Chill #3B9996

Color information

#3B9996 (or 0x3B9996) is unknown color: approx Blue Chill. HEX triplet: 3B, 99 and 96. RGB value is (59,153,150). Sum of RGB (Red+Green+Blue) = 59+153+150=362 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.30% from 362); Green value is 153 (60.16% from 255 or 42.27% from 362); Blue value is 150 (58.98% from 255 or 41.44% from 362); Max value from RGB is 153 - color contains mainly: green. Hex color #3B9996 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B9996 is #C46669. Grayscale: #7C7C7C. Windows color (decimal): -12871274 or 9869627. OLE color: 9869627.

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

Color convert

RGB59153150-
CMYK0.6100.020.4
HSL178.09º44.34%41.57%-
HSV(B)178.09º61.44%60%-
XYZ18.725.9132.87-
YUV124.55142.3681.24-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.30%
GREEN value IS 153 (60.16% from 255) = 42.27%
BLUE value IS 150 (58.98% from 255) = 41.44%
R=16.30%
G=42.27%
B=41.44%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal591531500.6100.020.4178.0944.3441.57
Hex3B99963D0228b22c2a
Octal732312267502502625452
Binary111011100110011001011011110101010100010110010101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B9996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,153,150); }

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

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

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

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

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

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

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