#3D8A89

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

Shades of Blue Chill #3D8A89

Tints of Blue Chill #3D8A89

Color information

#3D8A89 (or 0x3D8A89) is unknown color: approx Blue Chill. HEX triplet: 3D, 8A and 89. RGB value is (61,138,137). Sum of RGB (Red+Green+Blue) = 61+138+137=336 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.15% from 336); Green value is 138 (54.30% from 255 or 41.07% from 336); Blue value is 137 (53.91% from 255 or 40.77% from 336); Max value from RGB is 138 - color contains mainly: green. Hex color #3D8A89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D8A89 is #C27576. Grayscale: #727272. Windows color (decimal): -12744055 or 9013821. OLE color: 9013821.

HSL color Cylindrical-coordinate representation of color #3D8A89: hue angle of 179.22º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3D8A89 is Cyan = 0.56, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.

Color convert

RGB61138137-
CMYK0.5600.010.46
HSL179.22º38.69%39.02%-
HSV(B)179.22º55.8%54.12%-
XYZ15.5320.9826.9-
YUV114.86140.4989.58-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.15%
GREEN value IS 138 (54.30% from 255) = 41.07%
BLUE value IS 137 (53.91% from 255) = 40.77%
R=18.15%
G=41.07%
B=40.77%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal611381370.5600.010.46179.2238.6939.02
Hex3D8A8938012Eb32727
Octal752122117001562634747
Binary11110110001010100010011110000110111010110011100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D8A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,138,137); }

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

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

 a { background-color: rgb(61,138,137); }

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

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

 span { border-color: rgb(61,138,137); }

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