#3F8586

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

Shades of Paradiso #3F8586

Tints of Paradiso #3F8586

Color information

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

HSL color Cylindrical-coordinate representation of color #3F8586: hue angle of 180.85º 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 #3F8586 is Cyan = 0.53, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB63133134-
CMYK0.530.0100.47
HSL180.85º36.04%38.63%-
HSV(B)180.85º52.99%52.55%-
XYZ14.7419.5525.55-
YUV112.18140.3192.92-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal631331340.530.0100.47180.8536.0438.63
Hex3F858635102Fb52427
Octal772052066510572654447
Binary11111110000101100001101101011010111110110101100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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