#3F7C86

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

Shades of Paradiso #3F7C86

Tints of Paradiso #3F7C86

Color information

#3F7C86 (or 0x3F7C86) is unknown color: approx Paradiso. HEX triplet: 3F, 7C and 86. RGB value is (63,124,134). Sum of RGB (Red+Green+Blue) = 63+124+134=321 (42% of max value = 765). Red value is 63 (25% from 255 or 19.63% from 321); Green value is 124 (48.83% from 255 or 38.63% from 321); Blue value is 134 (52.73% from 255 or 41.74% from 321); Max value from RGB is 134 - color contains mainly: blue. Hex color #3F7C86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F7C86 is #C08379. Grayscale: #6A6A6A. Windows color (decimal): -12616570 or 8813631. OLE color: 8813631.

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

Color convert

RGB63124134-
CMYK0.530.0700.47
HSL188.45º36.04%38.63%-
HSV(B)188.45º52.99%52.55%-
XYZ13.5617.1925.16-
YUV106.9143.2996.69-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.63%
GREEN value IS 124 (48.83% from 255) = 38.63%
BLUE value IS 134 (52.73% from 255) = 41.74%
R=19.63%
G=38.63%
B=41.74%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal631241340.530.0700.47188.4536.0438.63
Hex3F7C8635702Fbc2427
Octal771742066570572744447
Binary111111111110010000110110101111010111110111100100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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