#3F8682

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

Shades of Paradiso #3F8682

Tints of Paradiso #3F8682

Color information

#3F8682 (or 0x3F8682) is unknown color: approx Paradiso. HEX triplet: 3F, 86 and 82. RGB value is (63,134,130). Sum of RGB (Red+Green+Blue) = 63+134+130=327 (43% of max value = 765). Red value is 63 (25% from 255 or 19.27% from 327); Green value is 134 (52.73% from 255 or 40.98% from 327); Blue value is 130 (51.17% from 255 or 39.76% from 327); Max value from RGB is 134 - color contains mainly: green. Hex color #3F8682 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F8682 is #C0797D. Grayscale: #707070. Windows color (decimal): -12614014 or 8554047. OLE color: 8554047.

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

Color convert

RGB63134130-
CMYK0.5300.030.47
HSL176.62º36.04%38.63%-
HSV(B)176.62º52.99%52.55%-
XYZ14.619.7224.16-
YUV112.32137.9892.83-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.27%
GREEN value IS 134 (52.73% from 255) = 40.98%
BLUE value IS 130 (51.17% from 255) = 39.76%
R=19.27%
G=40.98%
B=39.76%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal631341300.5300.030.47176.6236.0438.63
Hex3F868235032Fb12427
Octal772062026503572614447
Binary111111100001101000001011010101110111110110001100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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