#3D8683

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

Shades of Paradiso #3D8683

Tints of Paradiso #3D8683

Color information

#3D8683 (or 0x3D8683) is unknown color: approx Paradiso. HEX triplet: 3D, 86 and 83. RGB value is (61,134,131). Sum of RGB (Red+Green+Blue) = 61+134+131=326 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.71% from 326); Green value is 134 (52.73% from 255 or 41.10% from 326); Blue value is 131 (51.56% from 255 or 40.18% from 326); Max value from RGB is 134 - color contains mainly: green. Hex color #3D8683 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D8683 is #C2797C. Grayscale: #6F6F6F. Windows color (decimal): -12745085 or 8619581. OLE color: 8619581.

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

Color convert

RGB61134131-
CMYK0.5400.020.47
HSL177.53º37.44%38.24%-
HSV(B)177.53º54.48%52.55%-
XYZ14.5519.6824.5-
YUV111.83138.8291.74-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.71%
GREEN value IS 134 (52.73% from 255) = 41.10%
BLUE value IS 131 (51.56% from 255) = 40.18%
R=18.71%
G=41.10%
B=40.18%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal611341310.5400.020.47177.5337.4438.24
Hex3D868336022Fb22526
Octal752062036602572624546
Binary111101100001101000001111011001010111110110010100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D8683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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