#3B9E9F

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

Shades of Blue Chill #3B9E9F

Tints of Blue Chill #3B9E9F

Color information

#3B9E9F (or 0x3B9E9F) is unknown color: approx Blue Chill. HEX triplet: 3B, 9E and 9F. RGB value is (59,158,159). Sum of RGB (Red+Green+Blue) = 59+158+159=376 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.69% from 376); Green value is 158 (62.11% from 255 or 42.02% from 376); Blue value is 159 (62.5% from 255 or 42.29% from 376); Max value from RGB is 159 - color contains mainly: blue. Hex color #3B9E9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B9E9F is #C46160. Grayscale: #808080. Windows color (decimal): -12869985 or 10460731. OLE color: 10460731.

HSL color Cylindrical-coordinate representation of color #3B9E9F: hue angle of 180.6º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3B9E9F is Cyan = 0.63, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB59158159-
CMYK0.630.0100.38
HSL180.6º45.87%42.75%-
HSV(B)180.6º62.89%62.35%-
XYZ20.2927.8937.11-
YUV128.51145.278.42-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.69%
GREEN value IS 158 (62.11% from 255) = 42.02%
BLUE value IS 159 (62.5% from 255) = 42.29%
R=15.69%
G=42.02%
B=42.29%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal591581590.630.0100.38180.645.8742.75
Hex3B9E9F3F1026b52e2b
Octal732362377710462655653
Binary11101110011110100111111111111010011010110101101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B9E9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,158,159); }

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

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

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

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

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

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

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