#3b8485

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

Shades of Paradiso #3B8485

Tints of Paradiso #3B8485

Color information

#3B8485 (or 0x3B8485) is unknown color: approx Paradiso. HEX triplet: 3B, 84 and 85. RGB value is (59,132,133). Sum of RGB (Red+Green+Blue) = 59+132+133=324 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.21% from 324); Green value is 132 (51.95% from 255 or 40.74% from 324); Blue value is 133 (52.34% from 255 or 41.05% from 324); Max value from RGB is 133 - color contains mainly: blue. Hex color #3B8485 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B8485 is #C47B7A. Grayscale: #6E6E6E. Windows color (decimal): -12876667 or 8750139. OLE color: 8750139.

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

Color convert

RGB59132133-
CMYK0.560.0100.48
HSL180.81º38.54%37.65%-
HSV(B)180.81º55.64%52.16%-
XYZ14.2919.1325.13-
YUV110.29140.8291.42-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.21%
GREEN value IS 132 (51.95% from 255) = 40.74%
BLUE value IS 133 (52.34% from 255) = 41.05%
R=18.21%
G=40.74%
B=41.05%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal591321330.560.0100.48180.8138.5437.65
Hex3B8485381030b52726
Octal732042057010602654746
Binary11101110000100100001011110001011000010110101100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3b8485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,132,133); }

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

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

 a { background-color: rgb(59,132,133); }

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

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

 span { border-color: rgb(59,132,133); }

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