#3B8084

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

Shades of Paradiso #3B8084

Tints of Paradiso #3B8084

Color information

#3B8084 (or 0x3B8084) is unknown color: approx Paradiso. HEX triplet: 3B, 80 and 84. RGB value is (59,128,132). Sum of RGB (Red+Green+Blue) = 59+128+132=319 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.50% from 319); Green value is 128 (50.39% from 255 or 40.13% from 319); Blue value is 132 (51.95% from 255 or 41.38% from 319); Max value from RGB is 132 - color contains mainly: blue. Hex color #3B8084 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B8084 is #C47F7B. Grayscale: #6B6B6B. Windows color (decimal): -12877692 or 8683579. OLE color: 8683579.

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

Color convert

RGB59128132-
CMYK0.550.0300.48
HSL183.29º38.22%37.45%-
HSV(B)183.29º55.3%51.76%-
XYZ13.6918.0324.59-
YUV107.82141.6493.17-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.50%
GREEN value IS 128 (50.39% from 255) = 40.13%
BLUE value IS 132 (51.95% from 255) = 41.38%
R=18.50%
G=40.13%
B=41.38%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal591281320.550.0300.48183.2938.2237.45
Hex3B8084373030b72625
Octal732002046730602674645
Binary111011100000001000010011011111011000010110111100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B8084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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