#3D8485

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

Shades of Paradiso #3D8485

Tints of Paradiso #3D8485

Color information

#3D8485 (or 0x3D8485) is unknown color: approx Paradiso. HEX triplet: 3D, 84 and 85. RGB value is (61,132,133). Sum of RGB (Red+Green+Blue) = 61+132+133=326 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.71% from 326); Green value is 132 (51.95% from 255 or 40.49% from 326); Blue value is 133 (52.34% from 255 or 40.80% from 326); Max value from RGB is 133 - color contains mainly: blue. Hex color #3D8485 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D8485 is #C27B7A. Grayscale: #6E6E6E. Windows color (decimal): -12745595 or 8750141. OLE color: 8750141.

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

Color convert

RGB61132133-
CMYK0.540.0100.48
HSL180.83º37.11%38.04%-
HSV(B)180.83º54.14%52.16%-
XYZ14.4119.1925.13-
YUV110.88140.4892.42-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.71%
GREEN value IS 132 (51.95% from 255) = 40.49%
BLUE value IS 133 (52.34% from 255) = 40.80%
R=18.71%
G=40.49%
B=40.80%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal611321330.540.0100.48180.8337.1138.04
Hex3D8485361030b52526
Octal752042056610602654546
Binary11110110000100100001011101101011000010110101100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D8485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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