#3D8A88

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

Shades of Blue Chill #3D8A88

Tints of Blue Chill #3D8A88

Color information

#3D8A88 (or 0x3D8A88) is unknown color: approx Blue Chill. HEX triplet: 3D, 8A and 88. RGB value is (61,138,136). Sum of RGB (Red+Green+Blue) = 61+138+136=335 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.21% from 335); Green value is 138 (54.30% from 255 or 41.19% from 335); Blue value is 136 (53.52% from 255 or 40.60% from 335); Max value from RGB is 138 - color contains mainly: green. Hex color #3D8A88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D8A88 is #C27577. Grayscale: #727272. Windows color (decimal): -12744056 or 8948285. OLE color: 8948285.

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

Color convert

RGB61138136-
CMYK0.5600.010.46
HSL178.44º38.69%39.02%-
HSV(B)178.44º55.8%54.12%-
XYZ15.4620.9526.52-
YUV114.75139.9989.66-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.21%
GREEN value IS 138 (54.30% from 255) = 41.19%
BLUE value IS 136 (53.52% from 255) = 40.60%
R=18.21%
G=41.19%
B=40.60%

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
Decimal611381360.5600.010.46178.4438.6939.02
Hex3D8A8838012Eb22727
Octal752122107001562624747
Binary11110110001010100010001110000110111010110010100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D8A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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