#3A8681

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

Shades of Paradiso #3A8681

Tints of Paradiso #3A8681

Color information

#3A8681 (or 0x3A8681) is unknown color: approx Paradiso. HEX triplet: 3A, 86 and 81. RGB value is (58,134,129). Sum of RGB (Red+Green+Blue) = 58+134+129=321 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.07% from 321); Green value is 134 (52.73% from 255 or 41.74% from 321); Blue value is 129 (50.78% from 255 or 40.19% from 321); Max value from RGB is 134 - color contains mainly: green. Hex color #3A8681 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A8681 is #C5797E. Grayscale: #6E6E6E. Windows color (decimal): -12941695 or 8488506. OLE color: 8488506.

HSL color Cylindrical-coordinate representation of color #3A8681: hue angle of 176.05º degrees, saturation: 0.4, 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 #3A8681 is Cyan = 0.57, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB58134129-
CMYK0.5700.040.47
HSL176.05º39.58%37.65%-
HSV(B)176.05º56.72%52.55%-
XYZ14.2319.5323.79-
YUV110.71138.3290.41-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.07%
GREEN value IS 134 (52.73% from 255) = 41.74%
BLUE value IS 129 (50.78% from 255) = 40.19%
R=18.07%
G=41.74%
B=40.19%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal581341290.5700.040.47176.0539.5837.65
Hex3A868139042Fb02826
Octal722062017104572605046
Binary1110101000011010000001111001010010111110110000101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A8681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,134,129); }

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

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

 a { background-color: rgb(58,134,129); }

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

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

 span { border-color: rgb(58,134,129); }

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