#3D8887

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

Shades of Blue Chill #3D8887

Tints of Blue Chill #3D8887

Color information

#3D8887 (or 0x3D8887) is unknown color: approx Blue Chill. HEX triplet: 3D, 88 and 87. RGB value is (61,136,135). Sum of RGB (Red+Green+Blue) = 61+136+135=332 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.37% from 332); Green value is 136 (53.52% from 255 or 40.96% from 332); Blue value is 135 (53.12% from 255 or 40.66% from 332); Max value from RGB is 136 - color contains mainly: green. Hex color #3D8887 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D8887 is #C27778. Grayscale: #717171. Windows color (decimal): -12744569 or 8882237. OLE color: 8882237.

HSL color Cylindrical-coordinate representation of color #3D8887: hue angle of 179.2º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3D8887 is Cyan = 0.55, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB61136135-
CMYK0.5500.010.47
HSL179.2º38.07%38.63%-
HSV(B)179.2º55.15%53.33%-
XYZ15.120.3526.05-
YUV113.46140.1590.58-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.37%
GREEN value IS 136 (53.52% from 255) = 40.96%
BLUE value IS 135 (53.12% from 255) = 40.66%
R=18.37%
G=40.96%
B=40.66%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal611361350.5500.010.47179.238.0738.63
Hex3D888737012Fb32627
Octal752102076701572634647
Binary11110110001000100001111101110110111110110011100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D8887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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