#3F5B54

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

Shades of Stromboli #3F5B54

Tints of Stromboli #3F5B54

Color information

#3F5B54 (or 0x3F5B54) is unknown color: approx Stromboli. HEX triplet: 3F, 5B and 54. RGB value is (63,91,84). Sum of RGB (Red+Green+Blue) = 63+91+84=238 (31% of max value = 765). Red value is 63 (25% from 255 or 26.47% from 238); Green value is 91 (35.94% from 255 or 38.24% from 238); Blue value is 84 (33.20% from 255 or 35.29% from 238); Max value from RGB is 91 - color contains mainly: green. Hex color #3F5B54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5B54 is #C0A4AB. Grayscale: #515151. Windows color (decimal): -12625068 or 5528383. OLE color: 5528383.

HSL color Cylindrical-coordinate representation of color #3F5B54: hue angle of 165º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3F5B54 is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.64.

Color convert

RGB639184-
CMYK0.3100.080.64
HSL165º18.18%30.2%-
HSV(B)165º30.77%35.69%-
XYZ7.399.189.77-
YUV81.83129.22114.57-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.47%
GREEN value IS 91 (35.94% from 255) = 38.24%
BLUE value IS 84 (33.20% from 255) = 35.29%
R=26.47%
G=38.24%
B=35.29%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6391840.3100.080.6416518.1830.2
Hex3F5B541F0840a5121e
Octal77133124370101002452236
Binary1111111011011101010011111010001000000101001011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,91,84); }

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

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

 a { background-color: rgb(63,91,84); }

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

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

 span { border-color: rgb(63,91,84); }

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