#3D8E87

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

Shades of Blue Chill #3D8E87

Tints of Blue Chill #3D8E87

Color information

#3D8E87 (or 0x3D8E87) is unknown color: approx Blue Chill. HEX triplet: 3D, 8E and 87. RGB value is (61,142,135). Sum of RGB (Red+Green+Blue) = 61+142+135=338 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.05% from 338); Green value is 142 (55.86% from 255 or 42.01% from 338); Blue value is 135 (53.12% from 255 or 39.94% from 338); Max value from RGB is 142 - color contains mainly: green. Hex color #3D8E87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D8E87 is #C27178. Grayscale: #747474. Windows color (decimal): -12743033 or 8883773. OLE color: 8883773.

HSL color Cylindrical-coordinate representation of color #3D8E87: hue angle of 174.81º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3D8E87 is Cyan = 0.57, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.

Color convert

RGB61142135-
CMYK0.5700.050.44
HSL174.81º39.9%39.8%-
HSV(B)174.81º57.04%55.69%-
XYZ15.9722.0926.34-
YUV116.98138.1688.07-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.05%
GREEN value IS 142 (55.86% from 255) = 42.01%
BLUE value IS 135 (53.12% from 255) = 39.94%
R=18.05%
G=42.01%
B=39.94%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal611421350.5700.050.44174.8139.939.8
Hex3D8E8739052Caf2828
Octal752162077105542575050
Binary1111011000111010000111111001010110110010101111101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D8E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,142,135); }

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

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

 a { background-color: rgb(61,142,135); }

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

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

 span { border-color: rgb(61,142,135); }

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