#3D8A85

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

Shades of Blue Chill #3D8A85

Tints of Blue Chill #3D8A85

Color information

#3D8A85 (or 0x3D8A85) is unknown color: approx Blue Chill. HEX triplet: 3D, 8A and 85. RGB value is (61,138,133). Sum of RGB (Red+Green+Blue) = 61+138+133=332 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.37% from 332); Green value is 138 (54.30% from 255 or 41.57% from 332); Blue value is 133 (52.34% from 255 or 40.06% from 332); Max value from RGB is 138 - color contains mainly: green. Hex color #3D8A85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D8A85 is #C2757A. Grayscale: #727272. Windows color (decimal): -12744059 or 8751677. OLE color: 8751677.

HSL color Cylindrical-coordinate representation of color #3D8A85: hue angle of 176.1º 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 #3D8A85 is Cyan = 0.56, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB61138133-
CMYK0.5600.040.46
HSL176.1º38.69%39.02%-
HSV(B)176.1º55.8%54.12%-
XYZ15.2520.8625.41-
YUV114.41138.4989.91-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.37%
GREEN value IS 138 (54.30% from 255) = 41.57%
BLUE value IS 133 (52.34% from 255) = 40.06%
R=18.37%
G=41.57%
B=40.06%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal611381330.5600.040.46176.138.6939.02
Hex3D8A8538042Eb02727
Octal752122057004562604747
Binary1111011000101010000101111000010010111010110000100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D8A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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