#3d7f82

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

Shades of Paradiso #3D7F82

Tints of Paradiso #3D7F82

Color information

#3D7F82 (or 0x3D7F82) is unknown color: approx Paradiso. HEX triplet: 3D, 7F and 82. RGB value is (61,127,130). Sum of RGB (Red+Green+Blue) = 61+127+130=318 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.18% from 318); Green value is 127 (50% from 255 or 39.94% from 318); Blue value is 130 (51.17% from 255 or 40.88% from 318); Max value from RGB is 130 - color contains mainly: blue. Hex color #3D7F82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D7F82 is #C2807D. Grayscale: #6B6B6B. Windows color (decimal): -12746878 or 8552253. OLE color: 8552253.

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

Color convert

RGB61127130-
CMYK0.530.0200.49
HSL182.61º36.13%37.45%-
HSV(B)182.61º53.08%50.98%-
XYZ13.5417.7823.84-
YUV107.61140.6394.76-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.18%
GREEN value IS 127 (50% from 255) = 39.94%
BLUE value IS 130 (51.17% from 255) = 40.88%
R=19.18%
G=39.94%
B=40.88%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal611271300.530.0200.49182.6136.1337.45
Hex3D7F82352031b72425
Octal751772026520612674445
Binary11110111111111000001011010110011000110110111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3d7f82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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