#3D8488

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

Shades of Paradiso #3D8488

Tints of Paradiso #3D8488

Color information

#3D8488 (or 0x3D8488) is unknown color: approx Paradiso. HEX triplet: 3D, 84 and 88. RGB value is (61,132,136). Sum of RGB (Red+Green+Blue) = 61+132+136=329 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.54% from 329); Green value is 132 (51.95% from 255 or 40.12% from 329); Blue value is 136 (53.52% from 255 or 41.34% from 329); Max value from RGB is 136 - color contains mainly: blue. Hex color #3D8488 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D8488 is #C27B77. Grayscale: #6F6F6F. Windows color (decimal): -12745592 or 8946749. OLE color: 8946749.

HSL color Cylindrical-coordinate representation of color #3D8488: hue angle of 183.2º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3D8488 is Cyan = 0.55, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB61132136-
CMYK0.550.0300.47
HSL183.2º38.07%38.63%-
HSV(B)183.2º55.15%53.33%-
XYZ14.6219.2726.24-
YUV111.23141.9892.17-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.54%
GREEN value IS 132 (51.95% from 255) = 40.12%
BLUE value IS 136 (53.52% from 255) = 41.34%
R=18.54%
G=40.12%
B=41.34%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal611321360.550.0300.47183.238.0738.63
Hex3D848837302Fb72627
Octal752042106730572674647
Binary111101100001001000100011011111010111110110111100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D8488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,132,136); }

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

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

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

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

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

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

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