#3D8282

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

Shades of Paradiso #3D8282

Tints of Paradiso #3D8282

Color information

#3D8282 (or 0x3D8282) is unknown color: approx Paradiso. HEX triplet: 3D, 82 and 82. RGB value is (61,130,130). Sum of RGB (Red+Green+Blue) = 61+130+130=321 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.00% from 321); Green value is 130 (51.17% from 255 or 40.50% from 321); Blue value is 130 (51.17% from 255 or 40.50% from 321); Max value from RGB is 130 - color contains mainly: green, blue. Hex color #3D8282 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D8282 is #C27D7D. Grayscale: #6D6D6D. Windows color (decimal): -12746110 or 8553021. OLE color: 8553021.

HSL color Cylindrical-coordinate representation of color #3D8282: hue angle of 180º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3D8282 is Cyan = 0.53, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB61130130-
CMYK0.53000.49
HSL180º36.13%37.45%-
HSV(B)180º53.08%50.98%-
XYZ13.9418.5723.97-
YUV109.37139.6493.5-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.00%
GREEN value IS 130 (51.17% from 255) = 40.50%
BLUE value IS 130 (51.17% from 255) = 40.50%
R=19.00%
G=40.50%
B=40.50%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal611301300.53000.4918036.1337.45
Hex3D8282350031b42425
Octal752022026500612644445
Binary11110110000010100000101101010011000110110100100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D8282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,130,130); }

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

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

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

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

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

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

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