#3D8788

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

Shades of Blue Chill #3D8788

Tints of Blue Chill #3D8788

Color information

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

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

Color convert

RGB61135136-
CMYK0.550.0100.47
HSL180.8º38.07%38.63%-
HSV(B)180.8º55.15%53.33%-
XYZ15.0320.126.38-
YUV112.99140.9890.92-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal611351360.550.0100.47180.838.0738.63
Hex3D878837102Fb52627
Octal752072106710572654647
Binary11110110000111100010001101111010111110110101100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D8788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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