#3B8388

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

Shades of Paradiso #3B8388

Tints of Paradiso #3B8388

Color information

#3B8388 (or 0x3B8388) is unknown color: approx Paradiso. HEX triplet: 3B, 83 and 88. RGB value is (59,131,136). Sum of RGB (Red+Green+Blue) = 59+131+136=326 (43% of max value = 765). Red value is 59 (23.44% from 255 or 18.10% from 326); Green value is 131 (51.56% from 255 or 40.18% from 326); Blue value is 136 (53.52% from 255 or 41.72% from 326); Max value from RGB is 136 - color contains mainly: blue. Hex color #3B8388 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B8388 is #C47C77. Grayscale: #6D6D6D. Windows color (decimal): -12876920 or 8946491. OLE color: 8946491.

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

Color convert

RGB59131136-
CMYK0.570.0400.47
HSL183.9º39.49%38.24%-
HSV(B)183.9º56.62%53.33%-
XYZ14.3618.9426.19-
YUV110.04142.6591.59-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.10%
GREEN value IS 131 (51.56% from 255) = 40.18%
BLUE value IS 136 (53.52% from 255) = 41.72%
R=18.10%
G=40.18%
B=41.72%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal591311360.570.0400.47183.939.4938.24
Hex3B838839402Fb82726
Octal732032107140572704746
Binary1110111000001110001000111001100010111110111000100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B8388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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