#3B8384

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

Shades of Paradiso #3B8384

Tints of Paradiso #3B8384

Color information

#3B8384 (or 0x3B8384) is unknown color: approx Paradiso. HEX triplet: 3B, 83 and 84. RGB value is (59,131,132). Sum of RGB (Red+Green+Blue) = 59+131+132=322 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.32% from 322); Green value is 131 (51.56% from 255 or 40.68% from 322); Blue value is 132 (51.95% from 255 or 40.99% from 322); Max value from RGB is 132 - color contains mainly: blue. Hex color #3B8384 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B8384 is #C47C7B. Grayscale: #6D6D6D. Windows color (decimal): -12876924 or 8684347. OLE color: 8684347.

HSL color Cylindrical-coordinate representation of color #3B8384: hue angle of 180.82º 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 #3B8384 is Cyan = 0.55, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB59131132-
CMYK0.550.0100.48
HSL180.82º38.22%37.45%-
HSV(B)180.82º55.3%51.76%-
XYZ14.0818.8324.72-
YUV109.59140.6591.92-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.32%
GREEN value IS 131 (51.56% from 255) = 40.68%
BLUE value IS 132 (51.95% from 255) = 40.99%
R=18.32%
G=40.68%
B=40.99%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal591311320.550.0100.48180.8238.2237.45
Hex3B8384371030b52625
Octal732032046710602654645
Binary11101110000011100001001101111011000010110101100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B8384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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