#3D8289

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

Shades of Paradiso #3D8289

Tints of Paradiso #3D8289

Color information

#3D8289 (or 0x3D8289) is unknown color: approx Paradiso. HEX triplet: 3D, 82 and 89. RGB value is (61,130,137). Sum of RGB (Red+Green+Blue) = 61+130+137=328 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.60% from 328); Green value is 130 (51.17% from 255 or 39.63% from 328); Blue value is 137 (53.91% from 255 or 41.77% from 328); Max value from RGB is 137 - color contains mainly: blue. Hex color #3D8289 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D8289 is #C27D76. Grayscale: #6E6E6E. Windows color (decimal): -12746103 or 9011773. OLE color: 9011773.

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

Color convert

RGB61130137-
CMYK0.550.0500.46
HSL185.53º38.38%38.82%-
HSV(B)185.53º55.47%53.73%-
XYZ14.4218.7626.53-
YUV110.17143.1492.93-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.60%
GREEN value IS 130 (51.17% from 255) = 39.63%
BLUE value IS 137 (53.91% from 255) = 41.77%
R=18.60%
G=39.63%
B=41.77%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal611301370.550.0500.46185.5338.3838.82
Hex3D828937502Eba2627
Octal752022116750562724647
Binary1111011000001010001001110111101010111010111010100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D8289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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