#3F625A

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

Shades of Stromboli #3F625A

Tints of Stromboli #3F625A

Color information

#3F625A (or 0x3F625A) is unknown color: approx Stromboli. HEX triplet: 3F, 62 and 5A. RGB value is (63,98,90). Sum of RGB (Red+Green+Blue) = 63+98+90=251 (33% of max value = 765). Red value is 63 (25% from 255 or 25.10% from 251); Green value is 98 (38.67% from 255 or 39.04% from 251); Blue value is 90 (35.55% from 255 or 35.86% from 251); Max value from RGB is 98 - color contains mainly: green. Hex color #3F625A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F625A is #C09DA5. Grayscale: #565656. Windows color (decimal): -12623270 or 5923391. OLE color: 5923391.

HSL color Cylindrical-coordinate representation of color #3F625A: hue angle of 166.29º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3F625A is Cyan = 0.36, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB639890-
CMYK0.3600.080.62
HSL166.29º21.74%31.57%-
HSV(B)166.29º35.71%38.43%-
XYZ8.2610.5311.27-
YUV86.62129.9111.15-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 25.10%
GREEN value IS 98 (38.67% from 255) = 39.04%
BLUE value IS 90 (35.55% from 255) = 35.86%
R=25.10%
G=39.04%
B=35.86%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6398900.3600.080.62166.2921.7431.57
Hex3F625A24083Ea61620
Octal7714213244010762462640
Binary11111111000101011010100100010001111101010011010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F625A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,98,90); }

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

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

 a { background-color: rgb(63,98,90); }

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

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

 span { border-color: rgb(63,98,90); }

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