#3B8287

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

Shades of Paradiso #3B8287

Tints of Paradiso #3B8287

Color information

#3B8287 (or 0x3B8287) is unknown color: approx Paradiso. HEX triplet: 3B, 82 and 87. RGB value is (59,130,135). Sum of RGB (Red+Green+Blue) = 59+130+135=324 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.21% from 324); Green value is 130 (51.17% from 255 or 40.12% from 324); Blue value is 135 (53.12% from 255 or 41.67% from 324); Max value from RGB is 135 - color contains mainly: blue. Hex color #3B8287 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B8287 is #C47D78. Grayscale: #6D6D6D. Windows color (decimal): -12877177 or 8880699. OLE color: 8880699.

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

Color convert

RGB59130135-
CMYK0.560.0400.47
HSL183.95º39.18%38.04%-
HSV(B)183.95º56.3%52.94%-
XYZ14.1618.6425.77-
YUV109.34142.4892.09-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.21%
GREEN value IS 130 (51.17% from 255) = 40.12%
BLUE value IS 135 (53.12% from 255) = 41.67%
R=18.21%
G=40.12%
B=41.67%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal591301350.560.0400.47183.9539.1838.04
Hex3B828738402Fb82726
Octal732022077040572704746
Binary1110111000001010000111111000100010111110111000100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B8287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,130,135); }

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

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

 a { background-color: rgb(59,130,135); }

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

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

 span { border-color: rgb(59,130,135); }

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