#3B847E

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

Shades of Paradiso #3B847E

Tints of Paradiso #3B847E

Color information

#3B847E (or 0x3B847E) is unknown color: approx Paradiso. HEX triplet: 3B, 84 and 7E. RGB value is (59,132,126). Sum of RGB (Red+Green+Blue) = 59+132+126=317 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.61% from 317); Green value is 132 (51.95% from 255 or 41.64% from 317); Blue value is 126 (49.61% from 255 or 39.75% from 317); Max value from RGB is 132 - color contains mainly: green. Hex color #3B847E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B847E is #C47B81. Grayscale: #6D6D6D. Windows color (decimal): -12876674 or 8291387. OLE color: 8291387.

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

Color convert

RGB59132126-
CMYK0.5500.050.48
HSL175.07º38.22%37.45%-
HSV(B)175.07º55.3%51.76%-
XYZ13.8218.9422.67-
YUV109.49137.3291.99-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.61%
GREEN value IS 132 (51.95% from 255) = 41.64%
BLUE value IS 126 (49.61% from 255) = 39.75%
R=18.61%
G=41.64%
B=39.75%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal591321260.5500.050.48175.0738.2237.45
Hex3B847E370530af2625
Octal732041766705602574645
Binary111011100001001111110110111010111000010101111100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B847E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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