#3A847F

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

Shades of Paradiso #3A847F

Tints of Paradiso #3A847F

Color information

#3A847F (or 0x3A847F) is unknown color: approx Paradiso. HEX triplet: 3A, 84 and 7F. RGB value is (58,132,127). Sum of RGB (Red+Green+Blue) = 58+132+127=317 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.30% from 317); Green value is 132 (51.95% from 255 or 41.64% from 317); Blue value is 127 (50% from 255 or 40.06% from 317); Max value from RGB is 132 - color contains mainly: green. Hex color #3A847F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A847F is #C57B80. Grayscale: #6D6D6D. Windows color (decimal): -12942209 or 8356922. OLE color: 8356922.

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

Color convert

RGB58132127-
CMYK0.5600.040.48
HSL175.95º38.95%37.25%-
HSV(B)175.95º56.06%51.76%-
XYZ13.8318.9323-
YUV109.3137.9891.41-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.30%
GREEN value IS 132 (51.95% from 255) = 41.64%
BLUE value IS 127 (50% from 255) = 40.06%
R=18.30%
G=41.64%
B=40.06%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal581321270.5600.040.48175.9538.9537.25
Hex3A847F380430b02725
Octal722041777004602604745
Binary111010100001001111111111000010011000010110000100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A847F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,132,127); }

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

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

 a { background-color: rgb(58,132,127); }

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

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

 span { border-color: rgb(58,132,127); }

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