#3F817E

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

Shades of Paradiso #3F817E

Tints of Paradiso #3F817E

Color information

#3F817E (or 0x3F817E) is unknown color: approx Paradiso. HEX triplet: 3F, 81 and 7E. RGB value is (63,129,126). Sum of RGB (Red+Green+Blue) = 63+129+126=318 (42% of max value = 765). Red value is 63 (25% from 255 or 19.81% from 318); Green value is 129 (50.78% from 255 or 40.57% from 318); Blue value is 126 (49.61% from 255 or 39.62% from 318); Max value from RGB is 129 - color contains mainly: green. Hex color #3F817E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F817E is #C07E81. Grayscale: #6C6C6C. Windows color (decimal): -12615298 or 8290623. OLE color: 8290623.

HSL color Cylindrical-coordinate representation of color #3F817E: hue angle of 177.27º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3F817E is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB63129126-
CMYK0.5100.020.49
HSL177.27º34.38%37.65%-
HSV(B)177.27º51.16%50.59%-
XYZ13.6718.2622.54-
YUV108.92137.6395.24-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.81%
GREEN value IS 129 (50.78% from 255) = 40.57%
BLUE value IS 126 (49.61% from 255) = 39.62%
R=19.81%
G=40.57%
B=39.62%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal631291260.5100.020.49177.2734.3837.65
Hex3F817E330231b12226
Octal772011766302612614246
Binary11111110000001111111011001101011000110110001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F817E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,129,126); }

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

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

 a { background-color: rgb(63,129,126); }

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

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

 span { border-color: rgb(63,129,126); }

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