#3D665B

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

Shades of Stromboli #3D665B

Tints of Stromboli #3D665B

Color information

#3D665B (or 0x3D665B) is unknown color: approx Stromboli. HEX triplet: 3D, 66 and 5B. RGB value is (61,102,91). Sum of RGB (Red+Green+Blue) = 61+102+91=254 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.02% from 254); Green value is 102 (40.23% from 255 or 40.16% from 254); Blue value is 91 (35.94% from 255 or 35.83% from 254); Max value from RGB is 102 - color contains mainly: green. Hex color #3D665B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D665B is #C299A4. Grayscale: #585858. Windows color (decimal): -12753317 or 5989949. OLE color: 5989949.

HSL color Cylindrical-coordinate representation of color #3D665B: hue angle of 163.9º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3D665B is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.6.

Color convert

RGB6110291-
CMYK0.4000.110.6
HSL163.9º25.15%31.96%-
HSV(B)163.9º40.2%40%-
XYZ8.5611.2511.62-
YUV88.49129.42108.39-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.02%
GREEN value IS 102 (40.23% from 255) = 40.16%
BLUE value IS 91 (35.94% from 255) = 35.83%
R=24.02%
G=40.16%
B=35.83%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal61102910.4000.110.6163.925.1531.96
Hex3D665B280B3Ca41920
Octal7514613350013742443140
Binary11110111001101011011101000010111111001010010011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D665B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,102,91); }

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

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

 a { background-color: rgb(61,102,91); }

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

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

 span { border-color: rgb(61,102,91); }

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