#3D8684

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

Shades of Paradiso #3D8684

Tints of Paradiso #3D8684

Color information

#3D8684 (or 0x3D8684) is unknown color: approx Paradiso. HEX triplet: 3D, 86 and 84. RGB value is (61,134,132). Sum of RGB (Red+Green+Blue) = 61+134+132=327 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.65% from 327); Green value is 134 (52.73% from 255 or 40.98% from 327); Blue value is 132 (51.95% from 255 or 40.37% from 327); Max value from RGB is 134 - color contains mainly: green. Hex color #3D8684 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D8684 is #C2797B. Grayscale: #6F6F6F. Windows color (decimal): -12745084 or 8685117. OLE color: 8685117.

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

Color convert

RGB61134132-
CMYK0.5400.010.47
HSL178.36º37.44%38.24%-
HSV(B)178.36º54.48%52.55%-
XYZ14.6119.7124.86-
YUV111.94139.3291.66-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.65%
GREEN value IS 134 (52.73% from 255) = 40.98%
BLUE value IS 132 (51.95% from 255) = 40.37%
R=18.65%
G=40.98%
B=40.37%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal611341320.5400.010.47178.3637.4438.24
Hex3D868436012Fb22526
Octal752062046601572624546
Binary11110110000110100001001101100110111110110010100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D8684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,134,132); }

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

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

 a { background-color: rgb(61,134,132); }

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

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

 span { border-color: rgb(61,134,132); }

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