#3D7F85

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

Shades of Paradiso #3D7F85

Tints of Paradiso #3D7F85

Color information

#3D7F85 (or 0x3D7F85) is unknown color: approx Paradiso. HEX triplet: 3D, 7F and 85. RGB value is (61,127,133). Sum of RGB (Red+Green+Blue) = 61+127+133=321 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.00% from 321); Green value is 127 (50% from 255 or 39.56% from 321); Blue value is 133 (52.34% from 255 or 41.43% from 321); Max value from RGB is 133 - color contains mainly: blue. Hex color #3D7F85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D7F85 is #C2807A. Grayscale: #6B6B6B. Windows color (decimal): -12746875 or 8748861. OLE color: 8748861.

HSL color Cylindrical-coordinate representation of color #3D7F85: hue angle of 185º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3D7F85 is Cyan = 0.54, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB61127133-
CMYK0.540.0500.48
HSL185º37.11%38.04%-
HSV(B)185º54.14%52.16%-
XYZ13.7517.8624.91-
YUV107.95142.1394.51-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.00%
GREEN value IS 127 (50% from 255) = 39.56%
BLUE value IS 133 (52.34% from 255) = 41.43%
R=19.00%
G=39.56%
B=41.43%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal611271330.540.0500.4818537.1138.04
Hex3D7F85365030b92526
Octal751772056650602714546
Binary111101111111110000101110110101011000010111001100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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