#3F7A81

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

Shades of Paradiso #3F7A81

Tints of Paradiso #3F7A81

Color information

#3F7A81 (or 0x3F7A81) is unknown color: approx Paradiso. HEX triplet: 3F, 7A and 81. RGB value is (63,122,129). Sum of RGB (Red+Green+Blue) = 63+122+129=314 (41% of max value = 765). Red value is 63 (25% from 255 or 20.06% from 314); Green value is 122 (48.05% from 255 or 38.85% from 314); Blue value is 129 (50.78% from 255 or 41.08% from 314); Max value from RGB is 129 - color contains mainly: blue. Hex color #3F7A81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F7A81 is #C0857E. Grayscale: #696969. Windows color (decimal): -12617087 or 8485439. OLE color: 8485439.

HSL color Cylindrical-coordinate representation of color #3F7A81: hue angle of 186.36º 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 #3F7A81 is Cyan = 0.51, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB63122129-
CMYK0.510.0500.49
HSL186.36º34.38%37.65%-
HSV(B)186.36º51.16%50.59%-
XYZ12.9716.5623.28-
YUV105.16141.4597.93-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.06%
GREEN value IS 122 (48.05% from 255) = 38.85%
BLUE value IS 129 (50.78% from 255) = 41.08%
R=20.06%
G=38.85%
B=41.08%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal631221290.510.0500.49186.3634.3837.65
Hex3F7A81335031ba2226
Octal771722016350612724246
Binary111111111101010000001110011101011000110111010100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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