#3D8387

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

Shades of Paradiso #3D8387

Tints of Paradiso #3D8387

Color information

#3D8387 (or 0x3D8387) is unknown color: approx Paradiso. HEX triplet: 3D, 83 and 87. RGB value is (61,131,135). Sum of RGB (Red+Green+Blue) = 61+131+135=327 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.65% from 327); Green value is 131 (51.56% from 255 or 40.06% from 327); Blue value is 135 (53.12% from 255 or 41.28% from 327); Max value from RGB is 135 - color contains mainly: blue. Hex color #3D8387 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D8387 is #C27C78. Grayscale: #6E6E6E. Windows color (decimal): -12745849 or 8880957. OLE color: 8880957.

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

Color convert

RGB61131135-
CMYK0.550.0300.47
HSL183.24º37.76%38.43%-
HSV(B)183.24º54.81%52.94%-
XYZ14.4118.9725.82-
YUV110.53141.8192.67-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.65%
GREEN value IS 131 (51.56% from 255) = 40.06%
BLUE value IS 135 (53.12% from 255) = 41.28%
R=18.65%
G=40.06%
B=41.28%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal611311350.550.0300.47183.2437.7638.43
Hex3D838737302Fb72626
Octal752032076730572674646
Binary111101100000111000011111011111010111110110111100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D8387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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