#3D8280

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

Shades of Paradiso #3D8280

Tints of Paradiso #3D8280

Color information

#3D8280 (or 0x3D8280) is unknown color: approx Paradiso. HEX triplet: 3D, 82 and 80. RGB value is (61,130,128). Sum of RGB (Red+Green+Blue) = 61+130+128=319 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.12% from 319); Green value is 130 (51.17% from 255 or 40.75% from 319); Blue value is 128 (50.39% from 255 or 40.13% from 319); Max value from RGB is 130 - color contains mainly: green. Hex color #3D8280 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D8280 is #C27D7F. Grayscale: #6D6D6D. Windows color (decimal): -12746112 or 8421949. OLE color: 8421949.

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

Color convert

RGB61130128-
CMYK0.5300.020.49
HSL178.26º36.13%37.45%-
HSV(B)178.26º53.08%50.98%-
XYZ13.818.5223.27-
YUV109.14138.6493.66-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.12%
GREEN value IS 130 (51.17% from 255) = 40.75%
BLUE value IS 128 (50.39% from 255) = 40.13%
R=19.12%
G=40.75%
B=40.13%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal611301280.5300.020.49178.2636.1337.45
Hex3D8280350231b22425
Octal752022006502612624445
Binary111101100000101000000011010101011000110110010100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D8280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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