#3F8685

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

Shades of Paradiso #3F8685

Tints of Paradiso #3F8685

Color information

#3F8685 (or 0x3F8685) is unknown color: approx Paradiso. HEX triplet: 3F, 86 and 85. RGB value is (63,134,133). Sum of RGB (Red+Green+Blue) = 63+134+133=330 (43% of max value = 765). Red value is 63 (25% from 255 or 19.09% from 330); Green value is 134 (52.73% from 255 or 40.61% from 330); Blue value is 133 (52.34% from 255 or 40.30% from 330); Max value from RGB is 134 - color contains mainly: green. Hex color #3F8685 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F8685 is #C0797A. Grayscale: #707070. Windows color (decimal): -12614011 or 8750655. OLE color: 8750655.

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

Color convert

RGB63134133-
CMYK0.5300.010.47
HSL179.15º36.04%38.63%-
HSV(B)179.15º52.99%52.55%-
XYZ14.8119.825.23-
YUV112.66139.4892.58-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.09%
GREEN value IS 134 (52.73% from 255) = 40.61%
BLUE value IS 133 (52.34% from 255) = 40.30%
R=19.09%
G=40.61%
B=40.30%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal631341330.5300.010.47179.1536.0438.63
Hex3F868535012Fb32427
Octal772062056501572634447
Binary11111110000110100001011101010110111110110011100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,134,133); }

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

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

 a { background-color: rgb(63,134,133); }

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

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

 span { border-color: rgb(63,134,133); }

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